-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 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
{
"name": "black-template",
"version": "1.0.0",
"description": "Starting point for Black powered apps.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"bundle": "gulp build:prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MassiveHeights/Black-Template.git"
},
"author": "~",
"license": "MIT",
"bugs": {
"url": "https://github.com/MassiveHeights/Black-Template/issues"
},
"homepage": "https://blacksmith2d.io",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-concat": "^1.0.3",
"babel-core": "^6.5.2",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-root-slash-import": "^1.1.0",
"babelify": "^7.3.0",
"black": "git+https://github.com/MassiveHeights/Black.git#v0.6.x-dev",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"del": "^3.0.0",
"enumify": "^1.0.4",
"espree": "^3.5.4",
"google-closure-compiler": "^20180910.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"plumber": "^0.4.8",
"preprocessify": "^1.0.1",
"rocambole": "^0.7.0",
"rocambole-node-remove": "^2.0.0",
"rocambole-node-update": "^2.0.0",
"rocambole-token": "^1.2.1",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.11.0"
}
}