-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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": "open-ng2-tests",
"version": "0.0.1",
"description": "",
"main": "app/boot.js",
"scripts": {
"compile": "webpack",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronzeidman/open-ng2-tests.git"
},
"author": "Ron Zeidman",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronzeidman/open-ng2-tests/issues"
},
"homepage": "https://github.com/ronzeidman/open-ng2-tests#readme",
"devDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/platform-browser": "^2.0.0-rc.6",
"@angular/platform-browser-dynamic": "^2.0.0-rc.6",
"@types/core-js": "^0.9.32",
"angular2-template-loader": "^0.5.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"http-server": "^0.9.0",
"ng2-toastr": "^0.4.2",
"rxjs": "^5.0.0-beta.11",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.2",
"typescript": "2.0.0",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^2.1.0-beta.2",
"zone.js": "^0.6.17"
},
"dependencies": {}
}