funcunit
Version:
<!-- @hide title
21 lines (20 loc) • 366 B
JSON
{
"name": "bower-extension",
"version": "0.1.1",
"homepage": "https://github.com/matthewp/steal",
"authors": [
"Matthew Phillips <matthew@matthewphillips.info>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "~2.4.1"
}
}