-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1016 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
{
"name": "webrtc_multiplayer_demo",
"version": "0.0.1",
"description": "WebRTC Multiplayer demo",
"main": "",
"scripts": {
"test": "grunt karma:ci"
},
"author": "Leonid Kuzmin",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.8",
"bower-requirejs": "^0.11.0",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^0.11.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-karma": "^0.8.3",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.6",
"karma-mocha-reporter": "^0.2.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"load-grunt-config": "^0.12.0",
"load-grunt-tasks": "^0.6.0",
"lodash": "^2.4.1",
"mocha": "^1.20.1",
"requirejs": "^2.1.14"
}
}