-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "vastgame",
"version": "0.0.1",
"description": "",
"main": "vastgame.js",
"scripts": {
"test": "karma start",
"clean": "gulp clean",
"build": "set NODE_ENV=production&& webpack",
"watch": "set NODE_ENV=development&& webpack -w"
},
"author": "Sean Normoyle",
"license": "ISC",
"devDependencies": {
"@types/es6-shim": "^0.31.33",
"@types/jasmine": "^2.8.6",
"@types/node": "^9.4.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-compiled-typescript": "^1.2.0",
"gulp-copy": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.1.1",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"ts-loader": "^4.2.0",
"typescript": "^2.5.3",
"uglify-js": "^3.3.23",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {
"es6-shim": "^0.35.3"
}
}