-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "bonzAI",
"version": "1.0.0",
"description": "AI for MMO programming game Screeps",
"main": "./dist/main.js",
"scripts": {
"gulp": "gulp",
"deploy": "gulp build",
"deploy-prod": "gulp build --target prod",
"start": "gulp watch",
"prod": "gulp watch --target prod",
"test": "gulp test",
"tslint": "tslint 'src/**/*.ts'; echo",
"jshint-gulp": "jshint gulpfile.js libs/gulp*.js; echo"
},
"devDependencies": {
"deep-equal": "^1.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean": "^0.3.2",
"gulp-collect": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "^3.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"lodash": "^4.14.0",
"q": "^1.4.1",
"recast": "^0.11.10",
"through2": "^2.0.1",
"ts-loader": "^0.8.2",
"tslint": "^3.13.0",
"typescript": "^2.0.3",
"typings": "^1.3.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bonzaiferroni/bonzAI.git"
},
"author": "",
"license": "ISC"
}