aboutsummaryrefslogtreecommitdiff
path: root/node_modules/call-signature/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/call-signature/package.json')
-rw-r--r--node_modules/call-signature/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/call-signature/package.json b/node_modules/call-signature/package.json
new file mode 100644
index 000000000..ef3aec3c5
--- /dev/null
+++ b/node_modules/call-signature/package.json
@@ -0,0 +1,34 @@
+{
+ "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"
+ ]
+ }
+}