-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 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
{
"name": "skylark-appify-spa",
"version": "0.9.5",
"description": "An Elegant HTML5 Single Page Application Framework.",
"main": "-",
"scripts": {
"build": "slib build .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "www.skylarkjs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/skylark-appify/skylark-appify-spa.git"
},
"keywords": [
"skylark",
"skylarkjs",
"javacript",
"framework",
"Single Page Application"
],
"author": "Hudaokeji Co.,Ltd",
"license": "MIT",
"bugs": "https://github.com/skylark-appify/skylark-appify-spa/issues",
"dependencies": {
"skylark-appify-routers": "git+https://github.com/skylark-appify/skylark-appify-routers.git",
"skylark-langx": "git+https://github.com/skylark-langx/skylark-langx.git"
},
"devDependencies": {
"skylark-domx": "git+https://github.com/skylark-domx/skylark-domx.git"
},
"engines": {
"node": ">=0.8.0"
},
"skylarkjs": {
"directories": {
"dependencies": "./node_modules"
},
"secondaries": {},
"build": {
"prepare": {
"texttojs": [
"html",
"json",
"css"
],
"jsxtojs": false,
"es6toamd": false,
"cjstoamd": false
},
"bundles": {
"all": true
}
}
}
}