-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"name": "angular-sync-local-storage",
"version": "0.1.6",
"description": "Synchronize an object with localStorage across browser windows using angular's digest cycle.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/taylorcode/angular-sync-local-storage.git"
},
"keywords": [
"angular",
"sync",
"local",
"storage",
"localstorage"
],
"author": "Taylor McIntyre <taylorsmcintyre@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/taylorcode/angular-sync-local-storage/issues"
},
"homepage": "https://github.com/taylorcode/angular-sync-local-storage",
"dependencies": {
"bundler-js": "^0.1.2",
"gulp": "^3.8.11"
},
"devDependencies": {
"angular-node": "^1.3.2",
"gulp-jasmine": "^2.0.0"
}
}