forked from jqueryfiletree/jqueryfiletree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 965 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
{
"name": "jqueryfiletree",
"version": "2.1.4",
"description": "jQuery File Tree is a configurable, AJAX file browser plugin for jQuery.",
"main": "dist/jQueryFileTree.min.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"fs": "^0.0.2",
"gulp-minify-css": "^1.2.3",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jqueryfiletree/jqueryfiletree.git"
},
"keywords": [
"jquery",
"filetree",
"jqft",
"ajax"
],
"contributors": [
{"name": "Cory S.N. LaViska", "url": "http://abeautifulsite.net/)"},
{"name": "Dave Rogers", "url": "https://github.com/daverogers/"}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jqueryfiletree/jqueryfiletree/issues"
},
"homepage": "https://github.com/jqueryfiletree/jqueryfiletree#readme"
}