-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ampersand",
"description": "CLI tool for generating single page apps a. la. http://humanjavascript.com",
"version": "3.0.6",
"author": "Henrik Joreteg <[email protected]>",
"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.11.0",
"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"
}
}