forked from Qualtrax/huburn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 Bytes
/
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": "huburn",
"version": "0.0.0",
"description": "Burndown chart for GitHub milestones",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"express": "~4.5.1",
"express-session": "~1.6.4",
"jStat": "^1.5.3",
"memory-cache": "^0.1.6",
"request": "~2.37.0",
"urijs": "^1.16.1",
"grunt": "^0.4.5",
"grunt-contrib-less": "~0.8.2",
"less": "~1.7.3",
"shelljs": "^0.3.0"
},
"devDependencies": {
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "~0.8.3",
"grunt-protractor-runner": "^1.1.0",
"grunt-protractor-webdriver": "^0.1.8",
"jasmine-node": "~1.14.3",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}