-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nooput N Dabhi",
"license": "ISC",
"devDependencies": {
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"browser-sync-spa": "^1.0.3",
"del": "^2.2.0",
"eslint": "^2.4.0",
"eslint-plugin-angular": "^1.0.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.3",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.2.0",
"gulp-fontgen": "^0.1.6",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "git://github.com/doxavore/gulp-useref#sourcemaps",
"gulp-util": "^3.0.7",
"gulp-war": "^0.1.4",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.2.0",
"http-proxy-middleware": "^0.12.0",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-angular-filesort": "^1.0.1",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"main-bower-files": "^2.11.1",
"ngrok": "^2.1.7",
"rsyncwrapper": "^1.0.0",
"run-sequence": "^1.1.5",
"wrench": "^1.5.8"
},
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.11.1",
"psi": "^2.0.3",
"wiredep": "^4.0.0"
}
}