-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "@aventure-cloud/vuejs-local-storage-bridge",
"version": "0.0.16",
"description": "local-storage-bridge integration for VueJs applications",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib",
"test": "nyc mocha --require babel-core/register",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aventure-cloud/vuejs-local-storage-bridge.git"
},
"keywords": [],
"author": {
"name": "Valerio Barbera",
"email": "[email protected]",
"url": "https://www.aventuresrl.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aventure-cloud/vuejs-local-storage-bridge/issues"
},
"homepage": "https://github.com/aventure-cloud/vuejs-local-storage-bridge#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.2",
"mocha": "^4.1.0",
"nyc": "^11.5.0"
},
"dependencies": {
"@aventure-cloud/local-storage": "0.0.*"
}
}