1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

updating package.json

This commit is contained in:
Braun Patrik 2016-03-14 13:12:00 +01:00
parent 5cc8198aaf
commit c20c3e9db2

View File

@ -8,7 +8,7 @@
"license": "MIT",
"main": "./backend/server.js",
"scripts": {
"postinstall": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ",
"install": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ",
"pretest": "typings install",
"test": "karma start ./karma.conf.js",
"start": "node ./backend/server"
@ -26,6 +26,7 @@
"socket.io-client": "^1.4.5",
"ts-loader": "^0.8.1",
"zone.js": "^0.5.15",
"typings": "^0.7.8",
"es7-reflect-metadata": "^1.6.0"
},
"devDependencies": {
@ -67,7 +68,6 @@
"tslint-loader": "^2.1.3",
"typedoc": "^0.3.12",
"typescript": "~1.8.7",
"typings": "^0.7.8",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},