add package.json file to manage dependencies

dev
Eddie Monge 11 years ago
parent 5679c279a5
commit 6b62d711ea

@ -0,0 +1,23 @@
{
"name": "angular-local-storage",
"version": "0.0.1",
"description": "An Angular module that gives you access to the browsers local storage",
"main": "localStorageModule.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/grevory/angular-local-storage.git"
},
"keywords": [
"AngularJS",
"local",
"storage"
],
"author": "grevory <greg@gregpike.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grevory/angular-local-storage/issues"
}
}