forked from maestrano/impac-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "impac-angular",
"version": "0.0.1",
"author": {
"name": "Xaun Lopez",
"email": "xaunlopez@gmail.com"
},
"main": "src/impac-angular/impac-angular.js",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"del": "^1.2.1",
"event-stream": "^3.3.1",
"gulp": "^3.8.7",
"gulp-angular-templatecache": "^1.7.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.3.4",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.5.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.6",
"karma": "~0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "~0.2.0",
"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.4"
},
"engines": {
"node": ">=0.8.0"
}
}