-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
43
44
45
46
47
48
49
50
{
"name": "angularjs-typescript-seed",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github.com:angularjs-de/angularjs-typescript-seed.git"
},
"main": "app/app.ts",
"scripts": {
"test": "karma start",
"start": "live-server"
},
"author": "Elmar Burke <elmar.burke@symetics.com>",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"angular": "^1.5.6",
"angular-route": "^1.5.6",
"jquery": "^2.2.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.8",
"semantic-ui-css": "^2.1.8",
"symbol-observable": "^0.2.4",
"systemjs": "^0.19.17",
"zone.js": "^0.6.12"
},
"devDependencies": {
"angular-mocks": "^1.5.6",
"es6-module-loader": "^0.17.10",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-systemjs": "^0.10.0",
"karma-typescript-preprocessor": "0.0.21",
"live-server": "^0.9.1",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"typescript": "^1.7.5"
}
}