forked from maestrano/impac-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "impac-angular",
"version": "1.4.5",
"author": {
"name": "Cesar Tonnoir",
"email": "[email protected]"
},
"main": "dist/impac-angular.js",
"devDependencies": {
"bower": "^1.6.5",
"browser-sync": "^2.11.1",
"browser-sync-spa": "^1.0.3",
"del": "^1.2.1",
"generator-widget": "file:./generators/generator-widget",
"gulp": "^3.8.7",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-filter": "^3.0.1",
"gulp-header": "^1.8.7",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^1.5.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.6",
"http-proxy-middleware": "^0.17.2",
"jasmine-core": "^2.4.1",
"karma": "~0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"lazypipe": "^1.0.1",
"less-plugin-glob": "^1.1.0",
"run-sequence": "^1.1.5",
"wiredep": "^3.0.0",
"wrench": "^1.5.8"
},
"engines": {
"node": "~5.6.0"
}
}