forked from codeduel/duel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "duel",
"version": "0.0.0",
"description": "Code Duel - a game where coders compete in real time to see who's the best",
"repository": {
"type": "git",
"url": "git+https://github.com/codeduel/duel.git"
},
"scripts": {
"postinstall": "node ./node_modules/gulp/bin/gulp build",
"start": "node build/server/server.js",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"author": "",
"bugs": {
"url": "https://github.com/codeduel/duel/issues"
},
"homepage": "https://github.com/codeduel/duel#readme",
"dependencies": {
"analytics-node": "^2.0.1",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"mongoose": "^4.3.6",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"querystring": "^0.2.0",
"request-promise": "^2.0.0",
"socket.io": "^1.4.4"
},
"engines": {
"node": "4.2.6"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"bower": "^1.7.7",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"jasmine-core": "^2.4.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.4",
"karma-safari-launcher": "^0.1.1",
"phantomjs-prebuilt": "^2.1.3",
"requirejs": "^2.1.22",
"vinyl-source-stream": "^1.1.0",
"protractor": "^3.0.0"
}
}