nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / package.json
1 {
2   "name": "jqtree",
3   "version": "1.3.7",
4   "description": "Tree widget for jQuery",
5   "keywords": [
6     "jquery-plugin",
7     "tree"
8   ],
9   "license": "Apache-2.0",
10   "main": "lib/tree.jquery.js",
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/mbraak/jqtree"
14   },
15   "scripts": {
16     "test": "karma start --browsers Chrome --single-run && coffeelint src",
17     "build": "gulp",
18     "watch": "gulp watch",
19     "karma": "karma start --browsers Chrome"
20   },
21   "dependencies": {
22     "jquery": ">=1.9"
23   },
24   "devDependencies": {
25     "browserify": "^13.3.0",
26     "coffee-script": "^1.12.2",
27     "coffeeify": "^2.1.0",
28     "connect": "^3.5.0",
29     "coveralls": "^2.11.15",
30     "gulp": "^3.9.1",
31     "gulp-coffee": "^2.3.3",
32     "gulp-coffeeify": "0.1.8",
33     "gulp-coffeelint": "^0.6.0",
34     "gulp-header": "^1.8.8",
35     "gulp-rename": "^1.2.2",
36     "gulp-sass": "^3.1.0",
37     "ie-version": "^0.1.0",
38     "jquery-mockjax": "^2.2.1",
39     "karma": "^1.3.0",
40     "karma-browserify": "^5.1.0",
41     "karma-chrome-launcher": "^2.0.0",
42     "karma-cli": "^1.0.1",
43     "karma-firefox-launcher": "^1.0.0",
44     "karma-phantomjs-launcher": "^1.0.2",
45     "karma-qunit": "^1.2.1",
46     "phantomjs-prebuilt": "^2.1.14",
47     "qunitjs": "^2.1.1",
48     "serve-static": "^1.11.1",
49     "watchify": "^3.8.0"
50   }
51 }