mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
25 lines
651 B
JSON
25 lines
651 B
JSON
{
|
|
"author": "Julian Descottes, Vincent Renaudin",
|
|
"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": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-connect": "0.3.0",
|
|
"grunt-contrib-concat": "0.1.2",
|
|
"grunt-contrib-jshint": "0.5.4",
|
|
"grunt-contrib-uglify": "0.2.2",
|
|
"grunt-ghost": "1.0.12",
|
|
"grunt-leading-indent": "0.1.0",
|
|
"grunt-closure-tools": "~0.8.3"
|
|
}
|
|
}
|