-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
52
53
54
55
56
57
58
{
"author": "Kyle Morse <[email protected]>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "2.1.1",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
"url": "git://github.com/rallyapps/rally-app-builder.git"
},
"license": "MIT",
"main": "index",
"engines": {
"node": ">0.10.32"
},
"dependencies": {
"async": "0.1.x",
"chokidar": "^1.4.3",
"coffeescript": "2.2.1",
"commander": "0.6.x",
"express": "4.2.x",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"handlebars": "~1.0.11",
"jshint": "^2.9.5",
"less": "~1.7.0",
"lodash": "~3.0.0",
"mustache": "0.7.x",
"node-watch": "~0.3.4",
"open": "~0.0.5",
"promise-to-validate": "~0.3.0",
"rally-fetch-github-repo": "0.2.2",
"request": "~2.11.4",
"serve-static": "^1.12.3",
"shelljs": "^0.3.0",
"uglify-es": "^3.3.9",
"yargs": "4.3.1"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"fs-extra": "2.0.0",
"mocha": "3.2.x",
"sinon": "^1.10.2"
},
"scripts": {
"test": "mocha --trace-deprecation -t 20000"
},
"bin": {
"rally-app-builder": "./bin/rally-app-builder",
"rab": "./bin/rally-app-builder"
}
}