-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
35
36
37
38
39
40
41
{
"name": "compatible-storage",
"version": "0.1.8",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/index.js -o dist/index.js"
},
"author": "changeden",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"js-cookie": "^2.2.0"
},
"bugs": {
"url": "https://github.com/Chans-Open-Source/compatible-storage/issues"
},
"homepage": "https://github.com/Chans-Open-Source/compatible-storage",
"repository": {
"type": "git",
"url": "git+https://github.com/Chans-Open-Source/compatible-storage.git"
},
"keywords": [
"storage",
"localStorage",
"cookies",
"cache",
"wechat",
"miniprogram",
"小程序",
"微信小程序",
"缓存"
]
}