grunt-commonizor
Version:
plugin for building js file to support commonjs
39 lines • 690 B
JSON
{
"name": "grunt-commonizor",
"description": "plugin for building js file to support commonjs",
"version": "0.1.1",
"homepage": "",
"author": {
"name": "MrRaindrop",
"email": "tekkahs@gmail.com"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"keywords": [
"gruntplugin"
],
"dependencies": {}
}