1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/package.json

27 lines
562 B
JSON
Raw Normal View History

2016-03-12 19:53:19 +08:00
{
"name": "PiGallery2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./backend/server"
},
"dependencies": {
"angular2": "^2.0.0-beta.9",
"debug": "^2.2.0",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.13",
"express": "^4.13.4",
"morgan": "^1.7.0",
2016-03-13 01:11:19 +08:00
"reflect-metadata": "~0.1.2",
2016-03-12 19:53:19 +08:00
"rxjs": "^5.0.0-beta.2",
"socket.io": "^1.4.5",
2016-03-13 01:11:19 +08:00
"ts-loader": "^0.8.1",
"webpack": "^1.12.14",
2016-03-12 19:53:19 +08:00
"zone.js": "^0.5.15"
},
"devDependencies": {
"typescript": "^1.8.7",
2016-03-13 01:11:19 +08:00
"typings": "^0.7.8"
2016-03-12 19:53:19 +08:00
}
}