This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/JSplugins/ng-storage/bower.json
2024-01-24 16:47:50 +08:00

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"
}
}