-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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
{
"name": "aocplanner",
"version": "0.2.1",
"description": "Plan Age of Empire 2 strategies.",
"main": "src/app/app.ts",
"keywords": [],
"author": "Ole Rehmsen <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"browserify": "^5.12.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^0.0.6",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.5.5",
"gulp-replace": "^0.5.0",
"gulp-ruby-sass": "~0.7.1",
"gulp-shell": "~0.2.10",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "~1.2.8",
"gulp-typescript": "~2.2.0",
"gulp-useref": "~1.0.2",
"gulp.spritesmith": "~1.4.0",
"require-dir": "~0.1.0",
"rimraf": "^2.2.8",
"vinyl-source-stream": "^1.0.0",
"wiredep": "~2.1.0",
"yargs": "^1.3.3"
},
"repository": {
"type": "git",
"url": "git://github.com/rehmsen/aocplanner.git"
}
}