Skip to content

Commit

Permalink
npm: added package.json and npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Feb 22, 2015
1 parent cc0de0d commit 17b53d8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/test/
/.*
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "neon-js",
"version": "1.0.0",
"description": "NEON decoder and encoder for JavaScript",
"main": "src/neon.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "~2.1"
},
"scripts": {
"test": "mocha --ui tdd"
},
"repository": {
"type": "git",
"url": "git://github.com/matej21/neon-js.git"
},
"keywords": [
"neon",
"nette"
],
"author": "David Matějka <matej21@matej21.cz>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/matej21/neon-js/issues"
}
}

0 comments on commit 17b53d8

Please sign in to comment.