generated from mnpjs/splendid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 933 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/open-source",
"version": "0.0.0",
"description": "Open Source Support For Art Deco™.",
"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/open-source.git"
},
"keywords": [
"{{ keywords }}"
],
"author": "Anton <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/open-source/issues"
},
"homepage": "https://art-deco.github.io/open-source/",
"devDependencies": {
"documentary": "^1.35.9",
"splendid": "^1.16.10",
"zoroaster": "^4.1.2"
},
"dependencies": {
"@svag/lib": "^2.0.0",
"@svag/window": "^1.1.1"
}
}