mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Initial Grunt architecture
This commit is contained in:
38
package.json
38
package.json
@@ -1,15 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
{
|
||||
"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": "grunt test"
|
||||
//"test": "make test"
|
||||
},
|
||||
"devDependencies": {
|
||||
//"jshint": "0.6.1",
|
||||
"grunt": "0.4.1",
|
||||
// Grunt task to start a web server:
|
||||
"grunt-contrib-connect": "0.3.0",
|
||||
"grunt-contrib-jshint": "0.5.4",
|
||||
//"grunt-contrib-nodeunit": "0.1.2",
|
||||
// Grunt task to run CasperJS tests:
|
||||
"grunt-ghost": "1.0.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user