-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "vue-reactive-storage",
"version": "1.3.1",
"description": "Reactive layer for interacting with localStorage from Vue 2.",
"main": "dist/index.js",
"scripts": {
"test": "test",
"build": "npm run lint && webpack --config webpack.config.js",
"lint": "eslint src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ropbla9/vue-reactivestorage.git"
},
"keywords": [
"vue",
"plugin",
"localstorage",
"vue2"
],
"author": "rop",
"contributors": [
"Vinicius Reis <luiz.vinicius73@gmail.com> (https://github.com/vinicius73)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ropbla9/vue-reactivestorage/issues"
},
"homepage": "https://github.com/ropbla9/vue-reactivestorage#readme",
"dependencies": {
"store": "^1.3.20"
},
"devDependencies": {
"buble": "^0.15.2",
"buble-loader": "^0.4.1",
"eslint": "^3.16.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"webpack": "^2.2.1"
}
}