-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
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
{
"name": "rally_analytics",
"main": "./src/rally_analytics.coffee",
"description": "REST toolkit for Rally's Analytics API(s) in CoffeeScript/JavaScript.",
"keywords": [
"charting",
"chart",
"infographics",
"Rally",
"Rally Software",
"Agile",
"Cumulative Flow",
"Burn Charts",
"Burn up",
"Burn down",
"Cycle Time",
"Histogram",
"REST"
],
"author": {
"name": "Larry Maccherone",
"url": "http://rallydev.com"
},
"version": "0.1.0",
"homepage": "https://github.com/RallySoftware/rally_analytics",
"engines": {
"node": ">=0.4.10"
},
"repository": {
"type": "git",
"url": "http://github.com/RallySoftware/rally_analytics.git"
},
"preferGlobal": false,
"dependencies": {
},
"devDependencies": {
"coffee-script": "~1.6.1",
"coffeedoctest": "0.5.x",
"nodeunit": "~0.7.4",
"uglify-js": "2.2.1",
"browserify": "1.16.x",
"xmlhttprequest": "~1.5.0",
"coffeedoc-lm": "~0.1.12"
},
"scripts": {
"test": "cake test"
}
}