-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (39 loc) · 979 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
39
40
41
{
"name": "aiswlcg",
"version": "1.0.0",
"description": "Star Wars LCG Single Player with AI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malcolmohare/AI-SW-LCG.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/malcolmohare/AI-SW-LCG/issues"
},
"homepage": "https://github.com/malcolmohare/AI-SW-LCG#readme",
"devDependencies": {
"del": "2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "2.6.0",
"gulp-sourcemaps": "1.6.0",
"gulp-nodemon": "^2.0.6",
"gulp-typescript": "^2.10.0",
"run-sequence": "1.1.5"
},
"dependencies": {
"angular2": "2.0.0-beta.1",
"es6-promise": "3.0.2",
"es6-shim": "0.33.3",
"express": "4.13.3",
"gulp-concat": "2.6.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.16",
"zone.js": "0.5.10"
}
}