Sketchy/package.json

29 lines
631 B
JSON
Raw Normal View History

2014-02-19 21:36:39 +00:00
{
"name": "Sketchy",
"version": "1.2.0",
"description": "Free Firefox Sketch/Paint Tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/mdibaiee/Sketchy/"
},
"devDependecies": {
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-copy": "~0.5.0",
2014-02-21 13:15:17 +00:00
"grunt-contrib-watch": "~0.5.3",
"grunt-zip": "~0.12.0"
2014-02-19 21:36:39 +00:00
},
"keywords": [
"Sketch",
"Firefox",
"Javascript"
],
"author": "Mahdi Dibaiee",
2014-02-21 13:16:15 +00:00
"license": "GPL V2"
2014-02-19 21:36:39 +00:00
}