-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
{
"name": "screeps",
"version": "1.0.0",
"description": "screeps scripts",
"main": "gulpfile.js",
"scripts": {
"postinstall": "./node_modules/.bin/tsd install",
"start": "./node_modules/.bin/gulp watch"
},
"dependencies": {
"screeps-typescript-declarations": "4.2.0"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-webpack": "^1.5.0",
"recursive-readdir": "^2.0.0",
"ts-loader": "^0.8.2",
"tsd": "~0.6.5",
"tsproject": "~1.2.0-rc.6",
"typescript": "^1.8.10",
"webpack-typescript": "^0.5.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanhouc/screeps.git"
},
"author": "Cameron VanHouzen",
"license": "ISC",
"bugs": {
"url": "https://github.com/vanhouc/screeps/issues"
},
"homepage": "https://github.com/vanhouc/screeps#readme"
}