-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 920 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
{
"name": "@ourai/lime",
"version": "0.0.0-alpha.3",
"description": "Simple, readable, responsive theme for blogs, personal websites and API docs",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ourai/lime.git"
},
"author": "Ourai L. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ourai/lime/issues"
},
"homepage": "https://ourai.github.io/lime/",
"peerDependencies": {
"hexo-front-matter-defaults": "~0.0.0"
},
"devDependencies": {
"@knosys/sdk": "^0.0.3",
"@ntks/toolbox": "^0.0.6",
"ksio": "0.0.2"
},
"scripts": {
"copy": "node .knosys/scripts copy",
"build": "node .knosys/scripts build",
"clean": "rm -rf src/jekyll/.asset-cache",
"start": "node .knosys/scripts serve",
"predeploy": "npm run clean",
"deploy": "node .knosys/scripts deploy"
}
}