-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 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
{
"name": "ng2-start",
"version": "1.0.0",
"description": "Easy Angular2 Starter Kit",
"main": "app/main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "$(npm bin)/typings install",
"start": "open http://localhost:8080 && npm run watch",
"build": "$(npm bin)/webpack",
"watch": "$(npm bin)/webpack-dev-server",
"production": "$(npm bin)/webpack -p"
},
"author": "frontainer",
"license": "MIT",
"dependencies": {
"angular2": "^2.0.0-beta.15",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.2",
"zone.js": "^0.6.12"
},
"devDependencies": {
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"private": true,
"repository":{
"type": "git",
"url": "https://github.com/frontainer/ng2-start"
}
}