-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "skylark-fuelux",
"description": "A version of fuelux that ported to running on skylarkjs",
"version": "0.9.2",
"keywords": [
"fuelux",
"skylark"
],
"homepage": "https://github.com/skylark-integration/skylark-fuelux/",
"author": "Hudaokeji, Inc.",
"scripts": {
"build": "slib build ."
},
"repository": {
"type": "git",
"url": "https://github.com/skylark-integration/skylark-fuelux.git"
},
"bugs": {
"url": "https://github.com/skylark-integration/skylark-fuelux/issues"
},
"license": "MIT",
"dependencies": {
"skylark-bootstrap3": "git+https://github.com/skylark-integration/skylark-bootstrap3.git",
"skylark-domx": "git+https://github.com/skylark-domx/skylark-domx.git",
"skylark-domx-plugins-scrolls": "git+https://github.com/skylark-domx/skylark-domx-spy.git",
"skylark-domx-plugins-toggles": "git+https://github.com/skylark-domx/skylark-domx-toggles.git",
"skylark-domx-plugins-repeaters": "git+https://github.com/skylark-domx-plugins/skylark-domx-plugins-repeaters.git",
"skylark-langx": "git+https://github.com/skylark-langx/skylark-langx.git"
},
"skylarkjs": {
"build": {
"packages": {},
"prepare": {
"texttojs": [
"html",
"json",
"css"
],
"jsxtojs": false,
"es6toamd": false,
"cjstoamd": false
},
"bundles": {
"slax": {
"include": [
"skylark-bootstrap3",
"skylark-domx-spy",
"skylark-domx-scrolls",
"skylark-domx-toggles",
"skylark-domx-panels",
"skylark-domx-repeater"
]
}
}
}
},
"engines": {
"node": ">=0.10.1"
}
}