-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 902 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
{
"name": "adventure-capitalist",
"version": "0.1.0",
"scripts": {
"start": "concurrently -p \"[{name}]\" -n \"http-server,gulp\" -c \"bgBlue,bgRed\" \"http-server\" \"gulp watch\"",
"test": "mocha --opts .mocharc"
},
"dependencies": {
"phaser": "2.6.2",
"requirejs": "^2.3.2",
"socket.io-client": "^1.4.8"
},
"devDependencies": {
"eslint": "^3.13.0",
"babel-eslint": "^7.1.1",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.4",
"gulp-util": "^3.0.8",
"karma": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"merge2": "^1.0.3",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"tsify": "^3.0.0",
"typescript": "2.1.4",
"typings": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"license": "MIT"
}