-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 840 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
{
"name": "@ezraobiwale/vue-doo",
"author": {
"name": "Ezra Obiwale",
"email": "[email protected]"
},
"dependencies": {
"@ezraobiwale/http": "^1.0.0",
"hellojs": "^2.0.0-4",
"localforage": "^1.7.3",
"sweetalert": "^2.1.0",
"vue": "^2.5.13",
"vue-social-sharing": "^2.3.3",
"vue-toasted": "^1.1.24",
"vuelidate": "^0.6.2",
"vuex": "^3.0.1"
},
"bundleDependencies": [],
"description": "Utility library for VueJS",
"homepage": "https://github.com/ezra-obiwale/vue-doo#readme",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ezra-obiwale/vue-doo.git"
},
"scripts": {
"install": "node install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.3.4",
"private": false
}