Files
rough/package.json
Preet 10767788b9 .
2017-02-13 23:24:14 -08:00

32 lines
669 B
JSON

{
"name": "rough",
"version": "0.0.1",
"description": "Rough.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/rough.git"
},
"keywords": [
"canvas",
"sketchy",
"hand drawn"
],
"author": {
"name": "Preet Shihn",
"url": "https://twitter.com/preetster"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/rough/issues"
},
"homepage": "https://roughjs.com",
"devDependencies": {
"babel-preset-env": "^1.1.8",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-rollup": "^1.0.1"
}
}