-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.65 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "planningpoker",
"version": "0.0.0",
"description": "Planning poker for scrum",
"numberOfRooms": 349,
"main": "app.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/onikiienko/planningpoker.git"
},
"keywords": [
"scrum",
"planning",
"poker",
"socket.io",
"agile"
],
"author": "onikiienko (https://github.com/onikiienko)",
"license": "ISC",
"bugs": {
"url": "https://github.com/onikiienko/planningpoker/issues"
},
"homepage": "https://github.com/onikiienko/planningpoker",
"dependencies": {
"socket.io": "~1.1.0",
"express": "4.3.1",
"backbone": "~1.1.2",
"underscore": "~1.7.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"chai": "^2.2.0",
"grunt": "~0.4.5",
"grunt-babel": "^4.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "^0.10.1",
"grunt-mocha-test": "^0.12.7",
"grunt-postcss": "^0.5.0",
"grunt-remove": "^0.1.0",
"grunt-sass": "^1.0.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.5.0",
"karma-chrome-launcher": "^0.1.8",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^0.3.0",
"markdown": "^0.5.0",
"mocha": "^2.2.4",
"mongodb": "^2.0.39",
"requirejs": "~2.1.16",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
}
}