mirror of https://github.com/luileito/jsketch.git
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"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": "^0.4.5",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-clean": "0.6.0",
|
|
"grunt-contrib-uglify": "^0.9.1"
|
|
}
|
|
}
|