{ "name": "yunkong2.flot", "description": "This adapter draws charts with Flot in yunkong2.", "version": "1.9.2", "author": { "name": "bluefox", "email": "dogafox@gmail.com" }, "contributors": [ { "name": "bluefox", "email": "dogafox@gmail.com" } ], "homepage": "https://git.spacen.net/yunkong2/yunkong2.flot", "repository": { "type": "git", "url": "https://git.spacen.net/yunkong2/yunkong2.flot" }, "licenses": [ { "type": "MIT", "url": "https://git.spacen.net/yunkong2/yunkong2.flot/blob/master/LICENSE" } ], "keywords": [ "yunkong2", "flot", "chart" ], "dependencies": {}, "devDependencies": { "gulp": "^3.9.1", "gulp-uglify": "^3.0.0", "gulp-concat": "^2.6.1", "gulp-sourcemaps": "^2.6.4", "gulp-htmlmin": "^4.0.0", "del": "^3.0.0", "gulp-util": "^3.0.8", "mocha": "^5.2.0", "chai": "^4.1.2" }, "bugs": { "url": "https://git.spacen.net/yunkong2/yunkong2.flot/issues" }, "main": "Gruntfile.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit", "prepublish": "node node_modules/gulp/bin/gulp default" }, "license": "MIT" }