priority-ignore/package.json

15 lines
223 B
JSON
Raw Normal View History

2012-07-09 20:16:06 +00:00
{
"name": "Priority-Ignore",
"version": "0.1.0",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "~0.3.11",
"node-static": "~0.6.0"
}
}