adding a first package.json file

This commit is contained in:
juliandescottes 2012-09-11 00:29:52 +02:00
parent c817465260
commit 2fbd59b71b

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"author": "People",
"name": "piskel",
"description": "Web based 2d animations editor",
"version": "0.1",
"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"
}
}