forked from sonicoder86/angular2-babel-esnext-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.12 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "angular2-es6-starter",
"version": "1.0.0",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"test": "gulp test",
"webdriver-update": "webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacksonic/angular2-es6-starter.git"
},
"author": {
"name": "blacksonic",
"email": "[email protected]"
},
"license": "ISC",
"keywords": [
"angular2",
"es6",
"webpack",
"gulp"
],
"description": "A skeleton Angular 2 application built in ES6 with Babel, Webpack, Gulp.",
"engines": {
"node": "4.3.0"
},
"dependencies": {
"jsonwebtoken": "5.7.0",
"koa": "1.2.0",
"koa-bodyparser": "2.0.1",
"koa-jwt": "1.1.2",
"koa-router": "5.4.0",
"koa-static": "2.0.0",
"node-uuid": "1.4.7"
},
"devDependencies": {
"angular2": "2.0.0-beta.14",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-plugin-angular2-annotations": "5.0.0",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "6.7.0",
"babel-preset-es2015": "6.6.0",
"bootstrap": "3.3.6",
"del": "2.2.0",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.1",
"gulp-delete-lines": "0.0.7",
"gulp-eslint": "2.0.0",
"gulp-less": "3.0.5",
"gulp-nodemon": "2.0.6",
"gulp-protractor": "2.2.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"localStorage": "1.0.3",
"mini-lr": "0.1.9",
"ng2-translate": "1.11.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.7",
"protractor": "3.1.1",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.2",
"run-sequence": "1.1.5",
"rxjs": "5.0.0-beta.2",
"validate.js": "0.9.0",
"webpack": "1.12.14",
"zone.js": "0.6.8"
}
}