You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.2 KiB

6 years ago
{
"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"
}