mirror of
https://github.com/bower/bower.git
synced 2026-01-14 00:38:03 -05:00
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "bower-endpoint-parser",
|
|
"version": "0.2.2",
|
|
"description": "Little module that helps with endpoints parsing.",
|
|
"author": "Twitter",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/bower/endpoint-parser/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": "https://github.com/bower/bower/tree/master/packages/bower-endpoint-parser",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"expect.js": "~0.2.0",
|
|
"mocha": "~1.12.0",
|
|
"mout": "~0.9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
}
|
|
}
|