{ "name": "jsketch", "version": "2.0.1", "description": "jSketch drawing lib", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dist": "grunt", "lint": "eslint src/*.js || echo [sudo] npm i -g eslint", "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": { "minami": "^1.2.3", "grunt": ">=1.3.0", "grunt-cli": ">=0.1.13", "grunt-contrib-concat": ">=0.5.1", "grunt-contrib-clean": ">=0.6.0", "grunt-contrib-uglify": ">=0.9.1" } }