-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.36 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "gulp-boilerplate",
"version": "1.1.2",
"description": "The Lavaboom Gulper",
"main": "./dist",
"author": {
"name": "piggyslasher",
"url": "http://vik.ramanuj.am"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/cferdinandi/Plugin"
},
"devDependencies": {
"babel": "^4.4.6",
"babel-runtime": "^4.4.6",
"babelify": "^5.0.3",
"brfs": "^1.2.0",
"browserify": "^8.1.0",
"browserify-ngannotate": "^0.6.0",
"buffer": "^3.0.1",
"bulk-require": "^0.2.1",
"bulkify": "^1.0.2",
"chan": "^0.6.1",
"co": "^4.1.0",
"co-chan": "0.0.2",
"co-sleep": "0.0.1",
"connect-gzip-static": "^1.0.0",
"connect-livereload": "^0.5.2",
"del": "^0.1.3",
"envify": "^3.2.0",
"estraverse": "^1.9.1",
"exorcist": "^0.1.6",
"express": "^4.10.7",
"filter-transform": "^0.1.1",
"gulp": "^3.8.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-babel": "^4.0.0",
"gulp-bower": "0.0.7",
"gulp-buffer": "0.0.2",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.4.3",
"gulp-gzip": "0.0.8",
"gulp-ignore": "^1.2.1",
"gulp-jade": "^0.10.0",
"gulp-jasmine": "^1.0.1",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.0",
"gulp-livereload": "^3.2.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.4.3",
"gulp-plumber": "^0.6.2",
"gulp-rename": "^1.1.0",
"gulp-replace": "^0.5.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-stream": "0.0.2",
"gulp-streamify": "0.0.5",
"gulp-strip-debug": "^1.0.2",
"gulp-svgmin": "^0.4.6",
"gulp-svgstore": "^2.0.0",
"gulp-tap": "^0.1.1",
"gulp-toml": "https://github.com/let4be/gulp-toml/archive/master.tar.gz",
"gulp-uglify": "^0.3.0",
"gulp-util": "^3.0.1",
"http-static-gzip-regexp": "0.0.2",
"jasmine": "^2.1.1",
"jasmine-reporters": "^1.0.1",
"jshint": "^2.6.0",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.2",
"levenshtein": "^1.0.5",
"node-fs": "^0.1.7",
"semver": "^4.2.0",
"setimmediate": "^1.0.2",
"stripify": "^2.0.0",
"toml": "^2.1.1",
"toml-require": "^1.0.1",
"uglify": "^0.1.1",
"uglifyify": "^2.6.0",
"underscore.string": "^3.0.2",
"vinyl-source-stream": "^1.0.0"
}
}