35 lines
586 B
JSON
35 lines
586 B
JSON
|
{
|
||
|
"name": "call-signature",
|
||
|
"version": "0.0.2",
|
||
|
"description": "Parse / Generate Method Signatures",
|
||
|
"license": "MIT",
|
||
|
"repository": "jamestalmage/call-signature",
|
||
|
"author": {
|
||
|
"name": "James Talmage",
|
||
|
"email": "james@talmage.io",
|
||
|
"url": "github.com/jamestalmage"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
""
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.5.0",
|
||
|
"xo": "^0.11.2"
|
||
|
},
|
||
|
"xo": {
|
||
|
"ignores": [
|
||
|
"test.js"
|
||
|
]
|
||
|
}
|
||
|
}
|