-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.68 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
{
"name": "skylark-jqueryui-effects",
"version": "0.9.0",
"description": "The effect features enhancement for skylark utils.",
"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-integration/skylark-jqueryui-effects.git"
},
"keywords": [
"skylark",
"skylarkjs",
"javacript",
"library",
"utility",
"html5"
],
"author": "Hudaokeji Co.,Ltd",
"license": "MIT",
"bugs": "https://github.com/skylarkjs/skylark/issues",
"dependencies": {
"skylark-domx-data": "git+https://github.com/skylark-domx/skylark-domx-data.git",
"skylark-domx-eventer": "git+https://github.com/skylark-domx/skylark-domx-eventer.git",
"skylark-domx-finder": "git+https://github.com/skylark-domx/skylark-domx-finder.git",
"skylark-domx-fx": "git+https://github.com/skylark-domx/skylark-domx-fx.git",
"skylark-domx-geom": "git+https://github.com/skylark-domx/skylark-domx-geom.git",
"skylark-domx-noder": "git+https://github.com/skylark-domx/skylark-domx-noder.git",
"skylark-domx-placeholders": "git+https://github.com/skylark-domx/skylark-domx-placeholders.git",
"skylark-domx-query": "git+https://github.com/skylark-domx/skylark-domx-query.git",
"skylark-domx-styler": "git+https://github.com/skylark-domx/skylark-domx-styler.git",
"skylark-domx-velm": "git+https://github.com/skylark-domx/skylark-domx-velm.git",
"skylark-langx": "git+https://github.com/skylark-langx/skylark-langx.git"
},
"engines": {
"node": ">=0.8.0"
}
}