-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.44 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
{
"name": "lucify-build-tools",
"version": "0.3.3",
"description": "Tools for building Lucify projects",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha --reporter spec --timeout 20000"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lucified/lucify-build-tools.git"
},
"dependencies": {
"babelify": "^6.3.0",
"browser-sync": "2.10.1",
"browserify": "^11.2.0",
"combined-stream": "^1.0.5",
"gulp-awspublish": "^3.0.1",
"gulp-cache": "^0.4.1",
"gulp-changed": "^1.3.0",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^0.10.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-sass": "2.0.4",
"gulp-uglify": "^1.4.1",
"handlebars": "^4.0.3",
"merge-stream": "^1.0.0",
"node-sass-import-once": "^1.2.0",
"rimraf": "^2.4.3",
"sprintf": "^0.1.5",
"through": "^2.3.8",
"through2": "^2.0.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.3.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"devDependencies": {
"aws-sdk": "^2.2.32",
"chai": "^3.4.1",
"event-stream": "3.3.4",
"gulp-debug": "^2.1.2",
"gulp-util": "^3.0.7",
"lodash": "^4.0.0",
"mocha": "^2.3.4"
}
}