grunt-huxley
Version:
Grunt task for node-huxley.
44 lines (43 loc) • 858 B
JSON
{
"name": "grunt-huxley",
"description": "Grunt task for node-huxley.",
"version": "0.3.0",
"homepage": "https://github.com/chenglou/grunt-huxley",
"author": {
"name": "chenglou",
"email": "chenglou92@gmail.com",
"url": "github.com/chenglou"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/grunt-huxley.git"
},
"bugs": {
"url": "https://github.com/chenglou/grunt-huxley/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chenglou/grunt-huxley/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "^0.4.1"
},
"keywords": [
"grunt",
"huxley",
"test",
"tests",
"unit",
"task",
"front"
],
"dependencies": {
"huxley": "~0.8.1"
}
}