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

47 lines
950 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"
},
"homepage": "https://github.com/gsklee/ngStorage",
"_release": "0.3.11",
"_resolution": {
"type": "version",
"tag": "0.3.11",
"commit": "253b718a0b35b044fba25c78b1b2020d672c4017"
},
"_source": "https://github.com/gsklee/ngStorage.git",
"_target": "^0.3.11",
"_originalSource": "ngstorage",
"_direct": true
}