UNPKG

1.13 kBJSONView Raw
1{
2 "name": "ampersand",
3 "description": "CLI tool for generating single page apps a. la. http://humanjavascript.com",
4 "version": "1.10.1",
5 "author": "Henrik Joreteg <henrik@andyet.net>",
6 "bin": {
7 "ampersand": "./bin/ampersand"
8 },
9 "bugs": "https://github.com/ampersandjs/ampersand/issues",
10 "dependencies": {
11 "ampersand-model": "^4.0.0",
12 "colors": "0.6.0-1",
13 "commander": "1.1.1",
14 "escodegen": "^1.3.3",
15 "esprima": "~1.2.2",
16 "find-root": "~0.1.1",
17 "fs-extra": "~0.8.1",
18 "humps": "0.0.1",
19 "jade": "~1.0.2",
20 "multiline": "~0.2.0",
21 "ncp": "0.4.2",
22 "rc": "~0.3.4",
23 "readable-stream": "1.0.2",
24 "repeat-string": "~0.1.2",
25 "rimraf": "~2.2.6",
26 "slugger": "0.0.3",
27 "underscore": "1.5.2"
28 },
29 "homepage": "https://github.com/ampersandjs/ampersand",
30 "keywords": [
31 "clientside",
32 "cli",
33 "single page apps"
34 ],
35 "license": "MIT",
36 "main": "./bin/ampersand",
37 "preferGlobal": true,
38 "repository": {
39 "type": "git",
40 "url": "ampersandjs/ampersand"
41 },
42 "scripts": {
43 "start": "node ./bin/ampersand",
44 "test": "node test.js"
45 }
46}