-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 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
{
"name": "Comb_Script",
"version": "0.0.3",
"description": "The BEST Way to Design a Comb.",
"license": "MIT",
"main": "dist/main.js",
"author": "Justin Bakse",
"devDependencies": {
"babelify": "^5.0.4",
"brfs": "^1.1.2",
"browser-sync": "^2.2.2",
"browserify": "9.0.2",
"gulp": "^3.8.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-build": "^0.5.3",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.2.0",
"gulp-file-include": "^0.8.0",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^2.2.1",
"gulp-insert": "^0.4.0",
"gulp-jade": "^0.6.1",
"gulp-minify-css": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "~0.5.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.19",
"gulp-yml": "^0.1.1",
"js-yaml": "^3.2.7",
"lodash": "^3.4.0",
"marked": "^0.3.3",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
},
"dependencies": {
"mustache": "^0.8.2",
"underscore": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jbakse/comb_script.git"
},
"browserify": {
"transform": [
"babelify",
"brfs"
]
}
}