mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"author": "People",
|
|
"name": "piskel",
|
|
"description": "Web based 2d animations editor",
|
|
"version": "0.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"
|
|
}
|
|
} |