1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "wiredep",
- "version": "2.2.2",
- "main": "./wiredep.js",
- "bin": {
- "wiredep": "./wiredep-cli.js"
- },
- "description": "Wire Bower dependencies to your source code.",
- "repository": "taptapship/wiredep",
- "author": {
- "name": "Stephen Sawchuk",
- "email": "sawchuk@gmail.com"
- },
- "keywords": [
- "bower",
- "package",
- "management",
- "inject",
- "script",
- "dependencies"
- ],
- "files": [
- "lib/",
- "LICENSE",
- "wiredep.js",
- "wiredep-cli.js"
- ],
- "licenses": [
- {
- "type": "MIT"
- }
- ],
- "scripts": {
- "test": "jshint *.js lib/*.js test/*.js && NODE_ENV=test mocha -R spec"
- },
- "dependencies": {
- "bower-config": "^0.5.0",
- "chalk": "^0.5.1",
- "glob": "^4.0.5",
- "lodash": "^2.4.1",
- "minimist": "^1.1.0",
- "propprop": "^0.3.0",
- "through2": "^0.6.1"
- },
- "devDependencies": {
- "fs-extra": "^0.11.0",
- "jshint": "*",
- "mocha": "*"
- },
- "__npminstall_done": true,
- "_from": "wiredep@2.2.2",
- "_resolved": "https://registry.npmmirror.com/wiredep/-/wiredep-2.2.2.tgz"
- }
|