add license

add apache2 license
This commit is contained in:
AJ ONeal 2015-02-08 10:29:10 -05:00
parent af4a0fb7e2
commit 2f335921ef
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "dom-storage",
"description": "W3C DOM Storage (localStorage and sessionStorage) for Node.JS",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-dom-storage.git"
@ -12,5 +12,6 @@
},
"main": "lib/index.js",
"dependencies": {},
"license": "Apache2",
"devDependencies": {}
}