okunishinishi/node-handybower

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "handybower",
  "version": "1.2.6",
  "description": "Install bower components and collect main files.",
  "main": "lib",
  "bin": {
    "handybower": "bin/handybower"
  },
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "okunishinishi/node-handybower",
  "keyword": [
    "bower",
    "handy",
    "components"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-handybower/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-handybower#readme",
  "devDependencies": {
    "ape-covering": "^1.0.8",
    "ape-releasing": "^1.0.16",
    "ape-reporting": "^1.0.9",
    "ape-tasking": "^1.0.7",
    "ape-testing": "^1.3.2",
    "ape-tmpl": "^1.3.5",
    "ape-updating": "^1.0.1",
    "coz": "^3.1.2",
    "coz-tmpl": "^1.1.0"
  },
  "dependencies": {
    "argx": "^1.3.0",
    "arrayfilter": "^1.1.1",
    "arrayreduce": "^1.0.3",
    "async": "^1.4.2",
    "bower": "^1.5.2",
    "colorprint": "^2.0.4",
    "commander": "^2.8.1",
    "filecopy": "^1.0.8",
    "glob": "^5.0.14",
    "writeout": "^1.2.1"
  }
}