Skip to content

Commit

Permalink
Merge pull request #97 from arnabk/master
Browse files Browse the repository at this point in the history
Add package.json for npm support
  • Loading branch information
andris9 committed Dec 7, 2015
2 parents 9fac23f + bc829f0 commit 98a9bba
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.DS_Store
node_modules
10 changes: 5 additions & 5 deletions component.json
@@ -1,7 +1,7 @@
{
"name": "jStorage",
"version": "0.4.12",
"main": "./jstorage.js",
"author": "Andris Reinman <andris.reinman@gmail.com>",
"dependencies": {}
"name": "jStorage",
"version": "0.4.12",
"main": "./jstorage.js",
"author": "Andris Reinman <andris.reinman@gmail.com>",
"dependencies": {}
}
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "jstorage",
"version": "0.4.12",
"description": "jStorage is a cross-browser key-value store database to store data locally in the browser ",
"keywords": [
"jStorage"
],
"homepage": "http://www.jstorage.info",
"bugs": "https://github.com/andris9/jStorage/issues",
"repository": {
"type": "git",
"url": "git://github.com/andris9/jStorage.git"
},
"main": "./jstorage.js",
"license": "MIT",
"devDependencies": {
"bump-version": "^0.5.0"
}
}

0 comments on commit 98a9bba

Please sign in to comment.