diff --git a/package.json b/package.json new file mode 100644 index 0000000..cac5537 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "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 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" +}