bower-existed-scanner
Version:
Scan the existed installed bower components, and export it as the dependency list.
25 lines (24 loc) • 554 B
JSON
{
"name": "bower-existed-scanner",
"version": "0.0.1",
"main": "index.js",
"description": "Scan the existed installed bower components, and export it as the dependency list.",
"homepage": "https://github.com/chuyik/bower-existed-scanner",
"author": "Edward Chu",
"repository": {
"type": "git",
"url": "https://github.com/chuyik/bower-existed-scanner.git"
},
"license": "MIT",
"ignore": [
"node_modules"
],
"dependencies": {
"readdirp": "^1.1.0"
},
"keywords": [
"bower",
"existed",
"scanner"
]
}