piskel/package.json

15 lines
376 B
JSON
Raw Normal View History

2012-09-11 02:29:52 +04:00
{
"author": "People",
"name": "piskel",
"description": "Web based 2d animations editor",
2012-09-11 02:31:50 +04:00
"version": "0.0.1",
2012-09-11 02:29:52 +04:00
"homepage": "http://github.com/juliandescottes/piskel",
"repository": {
"type": "git",
"url": "http://github.com/juliandescottes/piskel.git"
},
"scripts": { "test": "make test" },
"devDependencies": {
"jshint": "0.6.1"
}
}