-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "gestaolivre",
"version": "0.0.0",
"license": "Apache-2.0",
"angular-cli": {
"notifications": {
"enabled": true,
"playSound": false
}
},
"scripts": {
"start": "ng server --proxy http://localhost",
"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.7",
"angular2-jwt": "^0.1.8",
"clang-format": "^1.0.35",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"jwt-decode": "^1.5.1",
"ng2-material": "^0.2.8",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.20"
},
"devDependencies": {
"angular-cli": "0.0.*",
"angular-cli-github-pages": "^0.2.0",
"broccoli-autoprefixer": "^4.1.0",
"broccoli-merge-trees": "^1.1.1",
"broccoli-sass": "^0.7.0",
"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.0.0",
"tslint": "^3.3.0",
"typescript": "^1.8.2",
"typings": "^0.6.6",
"ts-node": "^0.5.5"
}
}