forked from manekinekko/angular-codelab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
60
{
"name": "angular2-codelab",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {
"notifications": {
"enabled": true,
"playSound": false
}
},
"homepage": "https://github.com/manekinekko/angular2-codelab",
"bugs": "https://github.com/manekinekko/angular2-codelab/issues",
"author": "Wassim CHEGHAM",
"engines": {
"node": ">= 5.4.1 < 6"
},
"repository": {
"type": "git",
"url": "https://github.com/manekinekko/angular2-codelab.git"
},
"scripts": {
"start": "ng server",
"postinstall": "typings install --ambient",
"lint": "tslint src/**/*.ts",
"format": "clang-format -i -style=file --glob=src/**/*.ts",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"angular2": "2.0.0-beta.11",
"clang-format": "1.0.35",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"material-design-lite": "^1.1.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.20",
"zone.js": "0.6.4"
},
"devDependencies": {
"angular-cli": "0.0.23",
"angular-cli-github-pages": "^0.2.0",
"clang-format": "1.0.35",
"ember-cli-inject-live-reload": "^1.3.0",
"glob": "^6.0.4",
"jasmine-core": "^2.3.4",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"protractor": "3.1.1",
"retyped-chance-tsd-ambient": "^0.7.3-0",
"ts-node": "^0.5.5",
"tslint": "3.4.0",
"typescript": "^1.7.3",
"typings": "0.6.8",
"webdriver-manager": "8.0.0"
}
}