-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.17 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
{
"name": "html2bhtml",
"description": "Convert HTML to b-html",
"version": "0.4.1",
"author": {
"name": "bouzuya",
"email": "[email protected]",
"url": "http://bouzuya.net"
},
"bugs": {
"url": "https://github.com/b-html/html2bhtml/issues"
},
"dependencies": {
"es6-promise": "^3.0.2",
"html-parser": "^0.8.0"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-espower": "^0.10.1",
"gulp-mocha": "^2.1.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"power-assert": "^0.11.0",
"run-sequence": "^1.1.2"
},
"files": [
"lib",
"index.js",
"package.json",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/b-html/html2bhtml#readme",
"keywords": [
"CLI",
"HTML",
"b-html"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/b-html/html2bhtml.git"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"prepublish": "gulp",
"test": "gulp test",
"watch": "gulp watch"
}
}