-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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": "uxrocket.treelist",
"version": "0.5.1",
"description": "Tree view in tables",
"main": "lib/uxrocket.treelist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uxrocket/uxrocket.treelist.git"
},
"keywords": [
"uxrocket",
"jQuery",
"tree",
"list",
"table",
"treeview"
],
"author": "Bilal Cinarli <[email protected]> (https://github.com/bcinarli)",
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.treelist/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.treelist#readme",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-csslint": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"mocha": "^2.3.2"
}
}