forked from cloudspokes/arena-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "arena-web",
"version": "0.0.22",
"description": "[topcoder] arena for Single Round Match contests.",
"keywords": [
"[topcoder]",
"SRM",
"Single Round Match",
"competition"
],
"main": "index.html",
"scripts": {
"start": "node node_modules/http-server/bin/http-server build -p $PORT",
"start_win": "node node_modules/http-server/bin/http-server build -p %PORT%",
"postinstall": "node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudspokes/arena-web"
},
"author": "[topcoder]",
"license": "All rights reserved.",
"devDependencies": {
"http-server": "~0.6.1",
"bower": "1.3.8",
"grunt-contrib-copy": "~0.4.1",
"grunt": "~0.4.2",
"browserify": "~3.44.2",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-replace": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0"
},
"dependencies": {
"auth0-js": "~2.0.10",
"socket.io-client": "~0.9.16",
"grunt-contrib-watch": "~0.5.3",
"grunt-aws": "~0.3.0"
}
}