-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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": "angular2-boilerplate",
"version": "0.1.0",
"description": "Angular 2 Boilerplate",
"main": "gulpfile.js",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"@angular/upgrade": "2.0.0",
"@types/node": "^6.0.52",
"angular2-in-memory-web-api": "0.0.20",
"angular2-social-login": "^2.0.1",
"bootstrap": "^3.3.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"zone.js": "^0.6.23"
},
"devDependencies": {
"browser-sync": "^2.18.5",
"browserfy": "^1.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-sass": "^2.3.2",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.0.1",
"tslint": "^4.0.2",
"typescript": "^2.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ArcaneChaos/angular2-boilerplate.git"
},
"keywords": [
"typescript",
"angular",
"angular2"
],
"author": "Adam Tommasi",
"license": "UNLICENSED"
}