forked from RSjrBcom/ListMilestoneProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 820 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 820 Bytes
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
{
"_comment": "This file is used by grunt",
"name": "tsabc",
"version": "0.2.0",
"scripts": {
"debug": "grunt debug",
"debug:watch": "nodemon --exec grunt debug",
"deploy:watch": "nodemon --exec grunt deploy",
"deploy-pretty:watch": "nodemon --exec grunt deploy-pretty",
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
},
"dependencies": {},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-watch": "1.0.0",
"grunt-prompt": "^1.3.3",
"grunt-templater": "git://github.com/rockwood/grunt-templater.git",
"nodemon": "^1.14.11",
"rally-sdk2-test-utils": "0.1.2",
"request": "2.67",
"underscore": "1.8.3",
"username": "2.1.0"
}
}