-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.46 KB
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
{
"name": "fronthub",
"version": "2.0.16",
"description": "Simple example of Angular2 application for FrontHub conf",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/gulp/bin/gulp.js build",
"watch": "node_modules/gulp/bin/gulp.js watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mkf-simpson/fronthub-2016.git"
},
"keywords": [
"angular2",
"fronthub"
],
"author": "Konsantin Makarychev <kmakarichev@provectus.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mkf-simpson/fronthub-2016/issues"
},
"homepage": "https://github.com/mkf-simpson/fronthub-2016#readme",
"dependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"babel-cli": "^6.18.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-preset-angular2": "0.0.2",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-util": "^3.0.7",
"object-assign": "^4.1.0",
"rxjs": "^5.0.0-beta.12",
"stringify": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"zone.js": "^0.6.26"
}
}