forked from markedwardsims/death-match-ko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
37
38
{
"name": "death-match",
"version": "1.1.0",
"description": "",
"dependencies": {
"ampersand-events": "^2.0.1",
"domready": "^1.0.8",
"knockout": "^3.4.0",
"knockout.mapping": "^2.4.3",
"lodash-amd": "^4.12.0",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6",
"text-loader": "0.0.1"
},
"devDependencies": {
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-jslint": "^1.0.1",
"gulp-sass": "^2.3.1",
"gulp-scss-lint": "^0.4.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-requirejs": "^0.2.6",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"phantomcss": "^1.0.0",
"webpack": "^1.13.1"
},
"scripts": {},
"author": "",
"license": "ISC"
}