-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "flextree.js",
"title": "FlextreeJS",
"version": "1.0.0",
"description": "FlextreeJS is a lightweight open source jQuery plugin that provides flexible tree-like layout such as treeview, it's template-based and it's fully customizable.",
"main": "dist/flextree.js",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.3",
"gulp-rename": "^1.2.2"
},
"scripts": {
"build": "npm install && gulp",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhang-rf/flextree.git"
},
"keywords": [
"flextree",
"tree",
"javascript"
],
"author": "zhangrf",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhang-rf/flextree/issues"
},
"homepage": "https://github.com/zhang-rf/flextree#readme"
}