forked from RallyApps/rally-app-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
44
45
46
47
48
49
50
51
{
"author": "Charles Ferentchak <[email protected]>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "0.9.8",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
"url": "git://github.com/rallyapps/rally-app-builder.git"
},
"main": "index",
"engines": {
"node": ">0.10.1"
},
"dependencies": {
"coffee-script": "1.4.x",
"request": "~2.11.4",
"mustache": "0.7.x",
"commander": "0.6.x",
"fetch-github-repo": "0.1.x",
"async": "0.1.x",
"uglify-js": "~2.2.3",
"jshint": "~0.9.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-jasmine": "0.4.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-watch": "~0.4.4",
"handlebars": "~1.0.11",
"lodash": "~2.3.0",
"promise-to-validate": "~0.3.0",
"node-watch": "~0.3.4",
"express": "4.2.x",
"open": "~0.0.5",
"less": "~1.7.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"mocha": "1.6.x",
"wrench": "1.3.x",
"sinon": "^1.10.2"
},
"scripts": {
"test": "mocha -t 20000 --compilers coffee:coffee-script"
},
"bin": {
"rally-app-builder": "./bin/rally-app-builder",
"rab": "./bin/rally-app-builder"
}
}