grunt-require-wiredep
Version:
Inject your require configuration right into your js files from Grunt.
42 lines (41 loc) • 919 B
JSON
{
"name": "grunt-require-wiredep",
"description": "Inject your require configuration right into your js files from Grunt.",
"version": "0.1.6",
"homepage": "https://github.com/Krzysztof-Padol/grunt-require-wiredep",
"author": {
"name": "Krzysztof Padol",
"email": "krzychu105@gmail.com",
"url": "https://github.com/Krzysztof-Padol"
},
"keywords": [
"gruntplugin",
"js",
"grunt",
"bower",
"package",
"wiredep",
"require",
"config",
"dependency",
"component",
"postinstall"
],
"repository": "Krzysztof-Padol/grunt-require-wiredep",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stephenplusplus/grunt-wiredep/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {
"require-wiredep": "0.1.4"
}
}