-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 KB
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
{
"name": "factory-angular-channels",
"version": "0.10.1",
"description": "All your pipe are belong to us",
"author": "Olivier Louvignes <olivier@mg-crea.com>",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib"
},
"homepage": "https://github.com/ng-tools/factory-angular-channels",
"repository": {
"type": "git",
"url": "git://github.com/ng-tools/factory-angular-channels.git"
},
"bugs": {
"url": "https://github.com/ng-tools/factory-angular-channels/issues"
},
"keywords": [
"gulp"
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.1",
"babel-preset-es2015": "^6.5.0",
"chalk": "^1.1.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-cleancss": "^0.2.2",
"gulp-concat-util": "^0.5.5",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-match": "^1.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-nginclude": "^0.4.8",
"gulp-ngtemplate": "^0.2.5",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"lodash": "^4.3.0",
"main-bower-files": "^2.11.1",
"merge-stream": "^1.0.0",
"merge2": "^1.0.1",
"require-dir": "^1.0.0",
"resolve-require": "^0.2.0",
"sort-stream": "^1.0.1",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.1",
"vinyl-fs": "^2.3.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0"
}
}