forked from timroes/angular-es6-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1001 Bytes
/
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
{
"name": "angular-es6-sample",
"version": "0.1.0",
"description": "A sample how to use Angular 1.x with ECMAScript 6",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/timroes/angular-es6-sample.git"
},
"keywords": [
"angular",
"es6"
],
"author": "Tim Roes <[email protected]>",
"license": "CC0",
"bugs": {
"url": "https://github.com/timroes/angular-es6-sample/issues"
},
"homepage": "https://github.com/timroes/angular-es6-sample#readme",
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}