forked from gsklee/ngStorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 726 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}