-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@a-la/bootstrap",
"version": "1.1.0",
"description": "Bootstrap Class Properties, Elements And Types Definitions For JSX.",
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"lib": "depack src/depack.js -o compile/bootstrap.js -a -c --source_map_include_content",
"bootstrap": "alanode bootstrap",
"react": "alanode dev/react",
"preact": "alanode dev/preact",
"types": "yarn-s react preact",
"wiki": "doc wiki -W wiki.git -d",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _bootstrap -a -d",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js types/index.js -u -t types/index.xml",
"template": "typal compile/template.js -T compile/index.js -t types/api.xml",
"externs": "typal types/externs.js"
},
"types": "types/index.d.ts",
"files": [
"src",
"bootstrap",
"preact",
"types/index.d.ts"
],
"repository": {
"type": "git",
"url": "git://github.com/a-la/bootstrap.git"
},
"typedefs": "typedefs.json",
"keywords": [
"a-la",
"bootstrap",
"css",
"jsx"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/a-la/bootstrap/issues"
},
"homepage": "https://www.artd.eco",
"devDependencies": {
"alamode": "^3.7.1",
"closure-stylesheets": "^1.0.1",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}