Skip to content

Commit

Permalink
add initial package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyazin committed Apr 22, 2014
1 parent 67aa71d commit 13c6591
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/kalyazin/node-cscope/issues"
}
}

0 comments on commit 13c6591

Please sign in to comment.