generated from mnpjs/package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@a-la/bulma",
"version": "1.1.0",
"description": "Bulma Class Properties And Types Definitions For JSX.",
"main": "src/index.js",
"module": "src/index.js",
"types": "types/index.d.ts",
"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/bulma.js -a -c --source_map_include_content",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"bulma": "alanode bulma",
"react": "alanode dev/react",
"preact": "alanode dev/preact",
"doc": "doc -o README.md -n _bulma -a -d",
"wiki": "doc wiki -W wiki.git -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"
},
"files": [
"src",
"bulma",
"preact",
"types/index.d.ts"
],
"repository": {
"type": "git",
"url": "git://github.com/a-la/bulma.git"
},
"typedefs": "typedefs.json",
"keywords": [
"a-la",
"bulma",
"jsx",
"css",
"react",
"preact"
],
"author": "Anton <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/a-la/bulma/issues"
},
"homepage": "https://www.artd.eco",
"devDependencies": {
"alamode": "^3.7.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"
}
}