-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
29 lines (29 loc) · 871 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
{
"name": "planning-poker",
"version": "0.1.0",
"description": "A planning poker app, a la hat.jit.su, built using angularJS and firebase",
"author": "Ty Thorsen <[email protected]>",
"bugs": {
"url": "https://github.com/thorsenty/planning-poker/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/thorsenty/planning-poker"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-sass": "^0.18.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}