forked from MassiveHeights/Black
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.48 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
{
"name": "black",
"version": "0.5.7",
"description": "",
"main": "dist/black-es6-module.js",
"directories": {},
"scripts": {
"start": "gulp",
"docs": "node scripts/docs.js",
"watch-es5": "gulp watch-es5",
"watch-es6": "gulp watch-es6",
"watch-es6-module": "gulp watch-es6-module",
"watch-test": "gulp watch-test",
"postinstall": "gulp",
"test": "jest --config jest.config.json --runInBand --silent",
"test-watch": "jest --config jest.config.json --runInBand --watch",
"coverage": "jest --coverage --config jest.config.json --runInBand --silent",
"examples": "gulp examples",
"template": "gulp template"
},
"repository": {
"type": "git",
"url": "https://github.com/MassiveHeights/Black.git"
},
"author": "Massive Heights",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-concat": "^1.0.3",
"babel-core": "^6.5.2",
"babel-plugin-root-import": "^5.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.18.12",
"google-closure-compiler": "^20161024.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^4.0.0",
"gulp-watch": "^4.3.5",
"jest": "^22.4.2",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "^3.0.0",
"jsdom": "^11.11.0"
}
}