123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "grunt-wiredep",
- "description": "Inject your Bower dependencies right into your HTML from Grunt.",
- "version": "2.0.0",
- "homepage": "http://stephenplusplus.github.io/grunt-wiredep",
- "author": {
- "name": "Stephen Sawchuk",
- "email": "sawchuk@gmail.com",
- "url": "http://github.com/stephenplusplus"
- },
- "keywords": [
- "gruntplugin",
- "html",
- "grunt",
- "bower",
- "package",
- "wiredep",
- "dependency",
- "component",
- "postinstall"
- ],
- "repository": "stephenplusplus/grunt-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": {
- "wiredep": "^2.1.0"
- },
- "__npminstall_done": true,
- "_from": "grunt-wiredep@2.0.0",
- "_resolved": "https://registry.npmmirror.com/grunt-wiredep/-/grunt-wiredep-2.0.0.tgz"
- }
|