forked from Echo3ToEcho7/app-catalog
-
Notifications
You must be signed in to change notification settings - Fork 193
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "rally-app-catalog",
"version": "0.1.403",
"description": "The Rally App Catalog contains apps that extend and customize your Rally subscription.",
"scripts": {
"test": "grunt test",
"postinstall": "if [ -e ./npm_link_appcatalog_deps.sh ];then ./npm_link_appcatalog_deps.sh;fi"
},
"files": [
"build",
"src"
],
"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": {
"async": "~0.2.9",
"express": "~3.3.4",
"grunt": "~0.4.1",
"grunt-bump": "0.0.16",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-curl": "~2.1.0",
"grunt-express": "~1.0.1",
"grunt-nexus-artifact": "0.3.7",
"grunt-npm": "0.0.2",
"grunt-npm-install": "0.2.0",
"grunt-parallel-spec-runner": "~0.3.7",
"grunt-regex-check": "0.1.5",
"grunt-rick": "0.0.3",
"grunt-shell": "~1.0.1",
"grunt-text-replace": "~0.3.6",
"grunt-webdriver-jasmine-runner": "~0.3.3",
"rally-app-builder": "~0.7.5",
"rally-sencha-cmd": "4.0.1",
"rally-webdriver": "2.44.0"
},
"publishConfig": {
"registry": "http://npm-publish.f4tech.com"
},
"dependencies": {
"immutable": "^3.6.2",
"rally-appsdk": "2.0.446",
"rally-ext-lean": "4.2.2"
}
}