-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·84 lines (84 loc) · 2.16 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
82
83
84
{
"name": "angular2-esnext-starter",
"version": "1.0.0",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"serve": "gulp serve",
"test": "COVERAGE_ENABLED=true gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacksonic/angular2-esnext-starter.git"
},
"author": {
"name": "",
"email": ""
},
"license": "ISC",
"keywords": [
"angular2",
"babel",
"es6",
"webpack",
"gulp"
],
"description": "Angular 2 development and testing examples with Babel in Javascript (ES6/ES7).",
"engines": {
"node": "6.5.0"
},
"dependencies": {
"jsonwebtoken": "~7.3.0",
"koa": "1.2.5",
"koa-bodyparser": "2.3.0",
"koa-jwt": "1.3.1",
"koa-router": "5.4.0",
"koa-static": "2.1.0",
"uuid": "~3.0.1"
},
"devDependencies": {
"@angular/common": "~4.0.1",
"@angular/compiler": "~4.0.1",
"@angular/core": "~4.0.1",
"@angular/forms": "~4.0.1",
"@angular/http": "~4.0.1",
"@angular/platform-browser": "~4.0.1",
"@angular/platform-browser-dynamic": "~4.0.1",
"@angular/router": "~4.0.1",
"@ngx-translate/core": "^6.0.1",
"babel-core": "~6.24.0",
"babel-eslint": "~7.2.1",
"babel-loader": "~6.4.1",
"babel-plugin-__coverage__": "~11.0.0",
"babel-preset-angular2": "~0.0.2",
"babel-preset-es2015": "~6.24.0",
"bootstrap": "^3.3.7",
"codeclimate-test-reporter": "~0.4.1",
"core-js": "~2.4.1",
"del": "~2.2.2",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-delete-lines": "0.0.7",
"gulp-eslint": "3.0.1",
"gulp-less": "3.3.0",
"gulp-nodemon": "2.2.1",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"jasmine-core": "~2.5.2",
"jquery": "^3.2.1",
"json-loader": "~0.5.4",
"karma": "~1.5.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~2.0.3",
"mini-lr": "~0.1.9",
"raw-loader": "~0.5.1",
"run-sequence": "~1.2.2",
"rxjs": "~5.2.0",
"validate.js": "~0.11.1",
"webpack": "1.14.0",
"zone.js": "~0.8.5"
}
}