grunt-npm-wiredep
Version:
Inject your npm dependencies right into your HTML from Grunt
33 lines (32 loc) • 678 B
JSON
{
"name": "grunt-npm-wiredep",
"version": "1.0.7",
"description": "Inject your npm dependencies right into your HTML from Grunt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gruntplugin",
"html",
"wiredep",
"npm",
"grunt",
"dependency",
"postinstall",
"npm-wiredep"
],
"author": {
"name": "Munim Dibosh",
"email": "abdulmunim.buet@gmail.com",
"url": "http://github.com/dibosh"
},
"repository": "dibosh/grunt-npm-wiredep",
"license": "ISC",
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"npm-wiredep": "0.0.4"
}
}