generated from mnpjs/splendid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 806 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
27
28
29
30
31
32
33
34
{
"name": "@splendid.devjs/splendid.dev",
"version": "0.0.0",
"description": "t",
"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/splendid.devjs/splendid.dev.git"
},
"keywords": [
"t"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/splendid.devjs/splendid.dev/issues"
},
"homepage": "https://splendid.dev",
"devDependencies": {
"documentary": "^1.35.9",
"splendid": "^1.16.11",
"zoroaster": "^4.1.2"
}
}