37 lines
726 B
JSON
37 lines
726 B
JSON
{
|
|
"name": "ngstorage",
|
|
"version": "0.3.11",
|
|
"main": "./ngStorage.js",
|
|
"keywords": [
|
|
"angular",
|
|
"cookie",
|
|
"storage",
|
|
"local",
|
|
"localstorage",
|
|
"session",
|
|
"sessionstorage"
|
|
],
|
|
"ignore": [
|
|
"CHANGELOG.md",
|
|
"components",
|
|
"node_modules",
|
|
"test",
|
|
"package.json",
|
|
"Gruntfile.js",
|
|
".bowerrc",
|
|
".gitignore",
|
|
".travis.yml"
|
|
],
|
|
"dependencies": {
|
|
"angular": ">=1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": ">=1.0.8",
|
|
"chai": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gsklee/ngStorage.git"
|
|
}
|
|
}
|