-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 937 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
{
"name": "coeur",
"version": "0.1.57",
"description": "the heart of design systems",
"email": "[email protected]",
"url": "https://janzheng.com/stylecoeur/",
"repository": {
"type": "git",
"url": "https://github.com/janzheng/"
},
"keywords": [
"css",
"js",
"style guide",
"starter",
"coeur"
],
"website": "https://janzheng.com/stylecoeur",
"author": "Jan Zheng",
"scripts": {
"commit": "git add . -A ; git commit ; git push origin master ",
"build": "cd sites/docs ; npm run build -- _src",
"deploy": "cd sites/docs ; npm run prod -- _src",
"stage": "cd sites/docs ; npm run stage -- _src",
"prod": "cd sites/docs ; npm run prod -- _src",
"github": "cd sites/docs ; npm run github -- _src",
"install_docs": "mkdir sites/docs; cp -a node_modules/coeur/docs/. sites/docs/.",
"start": "cd sites/docs ; npm run server -- _src"
},
"dependencies": {}
}