-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.8 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ampersand-sync-localforage",
"version": "4.0.0",
"description": "localForage sync adapter for Ampersand.js",
"license": "MIT",
"homepage": "https://github.com/Neofonie/ampersand-sync-localforage",
"bugs": "https://github.com/Neofonie/ampersand-sync-localforage/issues",
"repository": "https://github.com/Neofonie/ampersand-sync-localforage",
"main": "lib/ampersand-sync-localforage.js",
"author": {
"name": "Garrett Nay",
"email": "[email protected]",
"url": "http://garrettn.github.io"
},
"contributors": [
{
"name": "rejas",
"url": "https://github.com/rejas"
}
],
"engines": {
"node": ">=14"
},
"files": [
"lib"
],
"keywords": [
"ampersand-sync-localforage",
"backbone",
"sync",
"ampersand",
"localforage",
"indexeddb",
"localstorage",
"websql",
"storage"
],
"scripts": {
"test": "grunt",
"release": "grunt release"
},
"dependencies": {
"localforage": "^1.10.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"ampersand-model": "^8.0.1",
"ampersand-rest-collection": "^6.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"grunt": "^1.5.3",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-karma": "^4.0.2",
"jshint-stylish": "^2.2.1",
"karma": "^6.3.20",
"karma-browserify": "^8.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^5.1.0",
"mocha": "^9.2.2",
"phantomjs-prebuilt": "^2.1.16",
"time-grunt": "^2.0.0",
"watchify": "^4.0.0"
}
}