From 13c6591e48fb7e132cd17db43f275a6f2257cdd3 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Wed, 23 Apr 2014 00:21:54 +0400 Subject: [PATCH] add initial package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..16e6f30 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "cscope", + "version": "0.0.0", + "description": "node.js wrapper for cscope source code indexer", + "main": "cscope.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/kalyazin/node-cscope.git" + }, + "keywords": [ + "cscope" + ], + "author": "Nikita Kalyazin ", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/kalyazin/node-cscope/issues" + } +}