{
  "name": "ampersand",
  "description": "CLI tool for generating single page apps a. la. http://humanjavascript.com",
  "version": "3.0.6",
  "author": "Henrik Joreteg <henrik@andyet.net>",
  "bin": {
    "ampersand": "./bin/ampersand"
  },
  "bugs": "https://github.com/ampersandjs/ampersand/issues",
  "dependencies": {
    "ampersand-model": "^5.0.3",
    "chalk": "^1.0.0",
    "escodegen": "^1.3.3",
    "esprima": "^2.1.0",
    "find-root": "^0.1.1",
    "fs-extra": "^0.24.0",
    "inquirer": "^0.8.0",
    "jade": "^1.8.2",
    "lodash": "^3.6.0",
    "multiline": "^1.0.1",
    "rc": "^1.0.0",
    "readable-stream": "~1.1.0",
    "repeat-string": "^1.2.0",
    "slugger": "^1.0.0"
  },
  "homepage": "https://github.com/ampersandjs/ampersand",
  "keywords": [
    "cli",
    "clientside",
    "single page apps"
  ],
  "license": "MIT",
  "main": "./bin/ampersand",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "ampersandjs/ampersand"
  },
  "scripts": {
    "start": "node ./bin/ampersand",
    "test": "node test.js"
  }
}
