generated from mnpjs/splendid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 884 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
36
37
38
{
"name": "@artdeco/blog",
"version": "0.0.0",
"description": "Blog About Node.JS Development.",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"doc": "NODE_DEBUG=doc doc -o README.md",
"splendid": "splendid",
"prod": "splendid -s",
"dev": "splendid -s -e dev",
"s": "splendid -s",
"d": "splendid -s -e dev"
},
"files": [],
"repository": {
"type": "git",
"url": "git://github.com/art-deco/blog.git"
},
"keywords": [
"art-deco",
"blog",
"node",
"javascript"
],
"author": "Anton <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/blog/issues"
},
"homepage": "https://art-deco.github.io/blog/",
"devDependencies": {
"documentary": "^1.37.1",
"spawncommand": "^2.2.0",
"splendid": "^1.18.1",
"zoroaster": "^4.3.0"
}
}