michaelangelo
Version:
A lightweight wrapper for RaphaelJS.
36 lines (35 loc) • 780 B
JSON
{
"name": "michaelangelo",
"email": "austburn@gmail.com",
"version": "0.1.2",
"description": "A lightweight wrapper for RaphaelJS.",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha test/",
"lint": "eslint lib/ test/"
},
"repository": {
"type": "git",
"url": "https://github.com/austburn/michaelangelo"
},
"keywords": [
"Raphael",
"graphics",
"svg"
],
"author": "Austin J. Burnett",
"license": "ISC",
"bugs": {
"url": "https://github.com/austburn/michaelangelo/issues"
},
"homepage": "https://github.com/austburn/michaelangelo",
"devDependencies": {
"assert": "^1.3.0",
"eslint": "^1.3.1",
"mocha": "^2.2.5",
"sinon": "^1.16.1"
},
"dependencies": {
"raphael": "^2.1.4"
}
}