diff options
author | talasila <talasila@research.att.com> | 2017-02-07 15:03:57 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-02-07 15:05:15 -0500 |
commit | 4ad39a5c96dd99acf819ce189b13fec946d7506b (patch) | |
tree | a1449286441947cc3d07a45227fa0d6f978e1a7d /ecomp-portal-FE/client/bower_components/jqTree/package.json | |
parent | 5500448cbd1f374d0ac743ee2fd636fe2d3c0027 (diff) |
Initial OpenECOMP Portal commit
Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/jqTree/package.json')
-rw-r--r-- | ecomp-portal-FE/client/bower_components/jqTree/package.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/package.json b/ecomp-portal-FE/client/bower_components/jqTree/package.json new file mode 100644 index 00000000..ebdd6457 --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/jqTree/package.json @@ -0,0 +1,51 @@ +{ + "name": "jqtree", + "version": "1.3.7", + "description": "Tree widget for jQuery", + "keywords": [ + "jquery-plugin", + "tree" + ], + "license": "Apache-2.0", + "main": "lib/tree.jquery.js", + "repository": { + "type": "git", + "url": "https://github.com/mbraak/jqtree" + }, + "scripts": { + "test": "karma start --browsers Chrome --single-run && coffeelint src", + "build": "gulp", + "watch": "gulp watch", + "karma": "karma start --browsers Chrome" + }, + "dependencies": { + "jquery": ">=1.9" + }, + "devDependencies": { + "browserify": "^13.3.0", + "coffee-script": "^1.12.2", + "coffeeify": "^2.1.0", + "connect": "^3.5.0", + "coveralls": "^2.11.15", + "gulp": "^3.9.1", + "gulp-coffee": "^2.3.3", + "gulp-coffeeify": "0.1.8", + "gulp-coffeelint": "^0.6.0", + "gulp-header": "^1.8.8", + "gulp-rename": "^1.2.2", + "gulp-sass": "^3.1.0", + "ie-version": "^0.1.0", + "jquery-mockjax": "^2.2.1", + "karma": "^1.3.0", + "karma-browserify": "^5.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-cli": "^1.0.1", + "karma-firefox-launcher": "^1.0.0", + "karma-phantomjs-launcher": "^1.0.2", + "karma-qunit": "^1.2.1", + "phantomjs-prebuilt": "^2.1.14", + "qunitjs": "^2.1.1", + "serve-static": "^1.11.1", + "watchify": "^3.8.0" + } +} |