-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "arena",
"version": "0.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cakey/arena.git"
},
"author": "Ben Shaw",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cakey/arena/issues"
},
"devDependencies": {
"chai": "^2.3.0",
"coffee-reactify": "^3.0.0",
"coffee-script": "~1.7.1",
"coffeeify": "^1.1.0",
"connect-livereload": "^0.5.3",
"express": "^4.8.2",
"gulp": "~3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-clean": "~0.2.4",
"gulp-coffee": "~2.3.1",
"gulp-coffeelint": "^0.3.3",
"gulp-concat": "~2.1.7",
"gulp-jade": "~0.4.0",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "~0.6.0",
"gulp-util": "~2.2.12",
"karma": "^0.12.21",
"karma-beep-reporter": "^0.1.4",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.7",
"karma-mocha-reporter": "^1.0.2",
"mocha": "^2.2.5"
},
"dependencies": {
"classnames": "^1.2.0",
"lodash": "^3.9.1",
"node-uuid": "^1.4.1",
"react": "^0.13.3",
"rsvp": "^3.0.13",
"ws": "^0.7.2"
}
}