-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.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
{
"name": "boilerplate",
"version": "0.0.0",
"description": "",
"main": "public/src/index.html",
"scripts": {
"dev": "gulp serve"
},
"repository": {
"type": "git",
"url": ""
},
"author": "WoodLeg",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"babel-eslint": "^4.1.6",
"browser-sync": "^2.10.0",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.1.0",
"eslint": "^1.10.3",
"eslint-plugin-angular": "^0.15.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jsonminify": "^1.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-ng-lang2js": "^0.2.0",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-using": "0.0.1",
"gulp-util": "^3.0.7",
"jsdom": "~7.1.1",
"main-bower-files": "^2.9.0",
"merge2": "^0.3.6",
"run-sequence": "^1.1.5"
}
}