forked from htanjo/kss-node-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 808 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
35
{
"name": "kss-node-template",
"version": "1.0.0-alpha",
"description": "Stylish template for kss-node.",
"author": "Tanjo, Hiroyuki",
"license": {
"type": "MIT",
"url": "https://github.com/htanjo/kss-node-template/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/htanjo/kss-node-template.git"
},
"homepage": "http://htanjo.github.io/kss-node-template/",
"bugs": {
"url": "https://github.com/htanjo/kss-node-template/issues"
},
"keywords": [
"kss",
"kss-node",
"template",
"theme",
"design",
"style",
"styleguide",
"documentation",
"css"
],
"scripts": {
"build": "kss-node demo/src demo/dist --template template --css bootstrap.css"
},
"devDependencies": {
"kss": "^2.0.2"
}
}