jsketch/package.json

28 lines
556 B
JSON

{
"name": "jsketch",
"version": "1.8.0",
"description": "jSketch drawing lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}