Skip to content

Commit

Permalink
init package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan CHIRIAC committed Jan 5, 2017
1 parent e1c7f75 commit 672230b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "docblock-parser",
"version": "1.0.0",
"description": "Parses docblocks comments",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glayzzle/docblock-parser.git"
},
"keywords": [
"doc",
"parser"
],
"author": "Ioan CHIRIAC",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/glayzzle/docblock-parser/issues"
},
"homepage": "https://github.com/glayzzle/docblock-parser#readme",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.1.2"
}
}

0 comments on commit 672230b

Please sign in to comment.