forked from RallyApps/app-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "rally-app-catalog",
"version": "0.1.0",
"description": "The Rally App Catalog contains apps that extend and customize your Rally subscription.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/RallySoftware/app-catalog.git"
},
"author": "Rally Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/RallySoftware/app-catalog/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-nexus-artifact": "0.3.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-webdriver-jasmine-runner": "0.2.0",
"grunt-contrib-less": "~0.11.0",
"rally-app-builder": "~0.7.5",
"async": "~0.2.9",
"grunt-express": "~1.0.1",
"express": "~3.3.4",
"grunt-text-replace": "~0.3.6",
"grunt-regex-check": "~0.1.5",
"grunt-contrib-copy": "~0.4.1"
}
}