mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
adding a first package.json file
This commit is contained in:
parent
c817465260
commit
2fbd59b71b
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user