-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 924 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 924 Bytes
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
{
"name": "amazeui-tree",
"version": "0.0.3",
"description": "jQuery tree plugin based on Amaze UI.",
"main": "lib/amazeui.tree.js",
"style": "dist/amazeui.tree.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amazeui/tree.git"
},
"keywords": [
"amazeui-plugin",
"amaze-ui",
"AMUI",
"tree",
"navs",
"jquery-plugin"
],
"author": "minwe <[email protected]>",
"bugs": {
"url": "https://github.com/amazeui/tree/issues"
},
"homepage": "https://github.com/amazeui/tree",
"licenses": "MIT",
"devDependencies": {
"amazeui-doc-util": "latest",
"amazeui-gulp-tasks": "^0.0.2",
"gulp": "^3.9.0",
"run-sequence": "^1.0.2"
},
"dependencies": {
"amazeui": "^2.4.0",
"jquery": "^2.1.4"
},
"browserify-shim": {
"jquery": "global:jQuery"
}
}