generated from mnpjs/splendid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 951 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
39
40
41
42
{
"name": "@artdeco/www.compiler.page",
"version": "0.0.0",
"description": "Depack: Bundler & Compiler.",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"doc": "doc -o README.md -d",
"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/www.compiler.page.git"
},
"keywords": [
"art-deco",
"compiler",
"bundler",
"web",
"js",
"css"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/www.compiler.page/issues"
},
"homepage": "https://www.compiler.page",
"devDependencies": {
"documentary": "^1.37.1",
"splendid": "^1.19.0",
"zoroaster": "^4.3.0"
},
"dependencies": {
"@lemuria/animation": "^0.1.3"
}
}