-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 970 Bytes
/
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
{
"name": "converthtml",
"version": "1.0.8",
"description": "Converthtml help you convert your original html into a colorful one, which is useful for html-style tutorial/demo pages. Converthtml is designed with many colorful themes for you to choose.",
"main": "./public/theme/js/custom.js",
"repository": {
"type": "git",
"url": "git+ssh:[email protected]:crazychicken/converthtml.git"
},
"keywords": [
"converthtml",
"convert content",
"convert sass",
"tuds",
"crazychicken",
"convert css",
"amptype",
"t-scroll"
],
"author": "Tuds - Crazychicken",
"license": "MIT",
"bugs": {
"url": "[email protected]:crazychicken/converthtml/issues"
},
"homepage": "https://gitlab.com/crazychicken/converthtml#README",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-wait": "0.0.2"
}
}