-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
61
62
{
"name": "angular2-boilerplate",
"version": "1.0.0",
"main": "boot.js",
"scripts": {
"build": "gulp app:build && tsc",
"package": "gulp app:package",
"start": "npm run build && npm run package",
"tsc": "tsc"
},
"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/platform-server": "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",
"es6-promise": "^3.2.1",
"es6-shim": "^0.35.0",
"gulp-shell": "^0.5.2",
"rxjs": "5.0.0-beta.6",
"nativescript-angular": "0.1.1",
"tns-core-modules": "2.0.1"
},
"devDependencies": {
"babel-traverse": "6.9.0",
"babel-types": "6.9.0",
"babylon": "6.8.0",
"del": "^2.2.0",
"filewalker": "0.1.2",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.2",
"run-sequence": "^1.1.5",
"typescript": "^1.8.10",
"typings": "^0.8.1"
},
"keywords": [
"Angular",
"Angular2",
"typescript",
"Native Script"
],
"nativescript": {
"id": "org.nativescript.AppBoilerplate",
"tns-android": {
"version": "2.0.0"
},
"tns-ios": {
"version": "2.0.0"
}
},
"author": "Cory Forward",
"license": "MIT",
"description": "An easy to use Angular 2 boilerplate for Angular 2 RC1"
}