-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1010 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
42
43
{
"name": "gameasm",
"version": "1.0.0",
"author": "",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/joelgwebber/gameasm.git"
},
"devDependencies": {
"babel-core": "6.9.1",
"babel-preset-es2015": "6.9.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "1.3.0 ",
"gulp-flatmap": "1.0.0",
"gulp-footer": "1.0.5",
"gulp-header": "1.8.2",
"gulp-if": "2.0.1",
"gulp-load-plugins": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.1",
"gulp-shell": "0.5.2",
"gulp-size": "2.1.0",
"gulp-sort": "2.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-typescript": "3.1.6",
"npm": "4.0.5",
"ts-loader": "^0.7.2",
"typescript": "2.1.5",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"write-file-webpack-plugin": "^2.1.2"
},
"engines": {
"node": ">=4.7.1"
},
"private": true,
"dependencies": {
"lodash": "4.13.1"
}
}