-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.13 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "gulp-boilerplate",
"version": "1.1.2",
"description": "The Lavaboom Gulp File",
"main": "./dist",
"author": {
"name": "let4be",
"url": "https://github.com/let4be"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lavab/web"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"babel": "^5.2.17",
"babel-runtime": "^5.2.17",
"babelify": "^6.0.2",
"better-console": "^0.2.4",
"bluebird": "^2.9.25",
"brfs": "^1.2.0",
"browserify": "^10.2.0",
"browserify-ngannotate": "^0.6.0",
"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",
"eslint": "^0.16.2",
"estraverse": "^1.9.1",
"event-stream": "^3.3.1",
"exorcist": "^0.4.0",
"express": "^4.10.7",
"filter-transform": "^0.1.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-babel": "^5.1.0",
"gulp-buffer": "0.0.2",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.5.2",
"gulp-file": "^0.2.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.3",
"gulp-gzip": "0.0.8",
"gulp-ignore": "^1.2.1",
"gulp-jade": "^0.10.0",
"gulp-jasmine": "^1.0.1",
"gulp-jshint": "^1.10.0",
"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-nodemon": "^2.0.3",
"gulp-plumber": "^0.6.2",
"gulp-rename": "^1.2.2",
"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-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",
"jade": "^1.9.2",
"jadeify": "^4.3.0",
"jasmine-core": "^2.3.0",
"jasmine-es6-generator": "^0.1.0",
"jasmine-reporters": "^1.0.1",
"jasmine-sinon": "^0.4.0",
"jshint": "^2.7.0",
"jshint-stylish": "^1.0.2",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lazypipe": "^0.2.3",
"lessify": "^1.0.1",
"merge-stream": "^0.1.7",
"mimelib": "^0.2.19",
"node-fs": "^0.1.7",
"phantomjs-polyfill": "0.0.1",
"q-encoding": "^0.1.1",
"semver": "^4.2.0",
"sinon": "^1.14.1",
"stripify": "^2.0.0",
"through": "^2.3.7",
"through2": "^0.6.5",
"to-have-property": "^0.1.2",
"toml": "^2.2.2",
"toml-require": "^1.0.1",
"uglify": "^0.1.1",
"uglifyify": "^2.6.0",
"vinyl": "^0.4.6",
"vinyl-source-buffer": "0.0.2",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.2.1"
},
"dependencies": {
"lodash": "^3.5.0"
},
"scripts": {
"test": "gulp tests"
}
}