bower-resolve
Version:
Find the relative path name of a bower module, for use with browserify and other build tools
26 lines (25 loc) • 511 B
JSON
{
"name": "js.augment",
"version": "0.0.1",
"description": "A very light implementation of augment pattern",
"authors": [
"SAS 9 Février", "9 Février <contact@9fevrier.com>"
],
"main": "lib/augment.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test/**"
],
"keywords": [
"augment"
],
"repository": {
"type": "git",
"url": "https://github.com/9fevrier/js.augment.git"
},
"license": "MIT",
"dependencies": { },
"devDependencies": { }
}