-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "es6ular.seed",
"version": "1.0.0",
"description": "angular + es6 seed",
"main": "app/index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --minify=1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stryju/es6ular.seed.git"
},
"author": "tomasz stryjewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/stryju/es6ular.seed/issues"
},
"homepage": "https://github.com/stryju/es6ular.seed",
"dependencies": {
"angular": "^1.3.15",
"angular-animate": "^1.3.15",
"angular-ui-router": "^0.2.13"
},
"devDependencies": {
"babelify": "^6.0.2",
"brfs-htmlmin": "^1.0.1",
"browser-sync": "^2.5.3",
"browserify": "^9.0.7",
"bundle-collapser": "^1.1.4",
"connect-modrewrite": "^0.7.11",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-htmlmin": "^1.1.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.9.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-remember": "^0.3.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"lodash": "^3.6.0",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}