{ "name": "sparkline", "description": "A JavaScript implementation of 'spark'.", "version": "0.2.0", "homepage": "https://github.com/shiwano/sparkline", "author": { "name": "Shogo Iwano", "email": "shiwano@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/shiwano/sparkline.git" }, "bugs": { "url": "https://github.com/shiwano/sparkline/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/shiwano/sparkline/blob/master/LICENSE-MIT" } ], "main": "lib/sparkline", "bin": { "sparkline": "bin/sparkline" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt-contrib-jshint": "~1.1.0", "grunt-contrib-nodeunit": "~1.0.0", "grunt-contrib-watch": "~1.0.0", "grunt": "~1.0.1" }, "keywords": ["spark", "graph"], "dependencies": { "nopt": "~4.0.1", "here": "0.0.2" } }