blob: c4ba54e50b714873ac7f4c2be0be047ae8ba45f0 [file]
{
"name": "eclipse-artwork",
"version": "0.0.1",
"description": "Assets for eclipse.org artwork section.",
"main": "gruntfile.js",
"author": "Eric Poirier",
"license": "EPL",
"bugs": {
"url": "https://bugs.eclipse.org/bugs/buglist.cgi?component=Website&list_id=8318814&product=Community&resolution=---"
},
"scripts": {
"grunt": "node_modules/.bin/grunt",
"bower": "node_modules/.bin/bower"
},
"readmeFilename": "README.md",
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1"
}
}