-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.46 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "angularattack2016-whataday",
"version": "1.0.0",
"scripts": {
"e2e": "tsc && concurrently \"http-server\" \"protractor protractor.config.js\"",
"lint": "tslint ./app/**/*.ts -t verbose",
"lite": "lite-server",
"typings": "typings",
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"start": "concurrent --kill-others \"gulp watch\" \"lite-server\"",
"postinstall": "typings install",
"webdriver:update": "webdriver-manager update",
"prototype": "lite-server -c prototype-server-config.json",
"test": "gulp compile && concurrently \"gulp watch\" \"karma start karma.conf.js\""
},
"license": "ISC",
"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",
"angular2-in-memory-web-api": "0.0.7",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "0.6.12"
},
"devDependencies": {
"browser-sync": "^2.12.8",
"canonical-path": "0.0.2",
"concurrently": "^2.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-change": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-surge": "^0.1.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.4",
"gulp-watch": "^4.3.5",
"http-server": "^0.9.0",
"jasmine-core": "~2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.3",
"lite-server": "^2.2.0",
"lodash": "^4.11.1",
"protractor": "^3.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.16",
"tslint": "^3.7.4",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"yargs": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rumblex/angularattack2016-whataday.git"
},
"author": "TwoTeam",
"bugs": {
"url": "https://github.com/rumblex/angularattack2016-whataday/issues"
},
"homepage": "https://github.com/rumblex/angularattack2016-whataday#readme"
}