{ "name": "jsketch", "version": "2.0.0", "description": "jSketch drawing lib", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dist": "grunt", "docs": "jsdoc --debug -c jsdoc.json && cp -rn figs/ docs/ || echo [sudo] npm i -g jsdoc" }, "repository": { "type": "git", "url": "https://github.com/luileito/jsketch.git" }, "keywords": [ "draw", "sketch", "strokes" ], "author": "Luis A. Leiva", "license": "ISC", "dependencies": { }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-clean": "0.6.0", "grunt-contrib-uglify": "^0.9.1" } }