-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 985 Bytes
/
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
{
"name": "stagync-storage-localforage",
"version": "1.1.0",
"description": "Wrapper do localforage para stagync",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sophiware/stagync-storage-localforage.git"
},
"author": "Philippe Assis <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sophiware/stagync-storage-localforage/issues"
},
"homepage": "https://github.com/sophiware/stagync-storage-localforage#readme",
"dependencies": {
"deepmerge": "^2.0.0",
"localforage": "^1.7.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}