-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 783 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 783 Bytes
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
{
"name": "docs.t2bot.io",
"version": "1.0.0",
"description": "t2bot.io documentation",
"private": true,
"author": "t2bot.io",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/t2bot/docs.t2bot.io.git"
},
"bugs": {
"url": "https://github.com/t2bot/docs.t2bot.io/issues"
},
"homepage": "https://github.com/t2bot/docs.t2bot.io#readme",
"scripts": {
"build": "cuttlebelle && npm run build:css",
"watch": "cuttlebelle -w",
"build:css": "cleancss --inline all -o site/assets/css/site.css assets/css/site.css",
"merge": "mkdir -p _site && cp -rv ./site/* ./_site/ && cp -rv ./old_versions/* ./_site/"
},
"dependencies": {
"clean-css-cli": "^5.6.3",
"cuttlebelle": "^1.0.0-alpha.80"
}
}