You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
661 B
JSON
24 lines
661 B
JSON
{
|
|
"name": "flot.curvedlines",
|
|
"version": "1.1.1",
|
|
"description": "CurvedLines is a plugin for flot, which displays lines in a smooth curved way",
|
|
"main": "curvedLines.js",
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no automated test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MichaelZinsmaier/CurvedLines.git"
|
|
},
|
|
"author": "Michael Zinsmaier",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MichaelZinsmaier/CurvedLines/issues"
|
|
},
|
|
"homepage": "https://github.com/MichaelZinsmaier/CurvedLines#readme"
|
|
}
|