-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.79 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
{
"name": "angular-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for AngularJs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-ui-bootstrap": "1.1.2",
"angular-ui-router": "0.2.17",
"autoprefixer": "6.3.6",
"babel-core": "6.3.26",
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"babel-register": "^6.9.0",
"babelify": "7.2.0",
"bootstrap-sass": "3.3.6",
"brfs": "1.2.0",
"browser-sync": "2.12.5",
"browserify": "13.0.0",
"browserify-ngannotate": "2.0.0",
"bulk-require": "0.2.1",
"bulkify": "1.1.1",
"concat-stream": "^1.5.1",
"cssnano": "3.5.2",
"del": "2.1.0",
"es6-promise": "3.1.2",
"factor-bundle": "2.5.0",
"font-awesome": "4.5.0",
"glob": "7.0.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.0.0",
"gulp-compass": "2.1.0",
"gulp-flatten": "0.2.0",
"gulp-if": "2.0.0",
"gulp-load-plugins": "1.2.0",
"gulp-notify": "2.2.0",
"gulp-postcss": "6.1.0",
"gulp-rename": "1.2.0",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "1.6.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"lodash": "4.3.0",
"mkdirp": "0.5.1",
"ng-annotate": "1.2.1",
"pixrem": "3.0.0",
"postcss-discard-comments": "2.0.4",
"pretty-hrtime": "1.0.1",
"run-sequence": "1.1.5",
"uglifyify": "3.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
}
}