-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 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": "angular2seed",
"version": "1.0.0",
"description": "angular2 project seed with basic project setup",
"publisher": "david ibl",
"main": "index.js",
"scripts": {
"start": "gulp build && concurrently \"npm run build-lite\" \"npm run build-watch\"",
"build": "gulp build",
"build-watch": "gulp build:watch",
"build-lite": "lite-server",
"test": "gulp test && concurrently \"npm run test-lite\" \"npm run test-watch\"",
"test-watch": "gulp test:watch",
"test-lite": "lite-server -c test/bs-config.js",
"postinstall": "typings install",
"typings": "typings"
},
"keywords": [],
"author": "david ibl",
"license": "ISC",
"devDependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"babel-polyfill": "6.9.1",
"codelyzer": "0.0.19",
"concurrently": "2.1.0",
"core-js": "2.4.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-angular-embed-templates": "2.2.0",
"gulp-batch": "1.0.5",
"gulp-less": "3.1.0",
"gulp-inject": "4.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "5.0.0",
"gulp-typescript": "2.13.4",
"gulp-watch": "4.3.8",
"jasmine-core": "2.4.1",
"jsrsasign": "^5.0.12",
"lite-server": "2.2.0",
"lodash": "^4.14.1",
"merge2": "1.0.2",
"moment": "2.13.0",
"oidc-client": "1.0.1",
"reflect-metadata": "0.1.3",
"run-sequence": "1.2.0",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.28",
"tslint": "3.10.2",
"typescript": "1.8.10",
"typings": "1.0.4",
"zone.js": "0.6.12"
}
}