forked from williamcruzme/vue-gates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
43
44
45
46
47
48
{
"name": "laravel-permissions",
"version": "1.5.3",
"description": "A Vue.js 2 directive for Laravel Permissions",
"unpkg": "dist/laravel-permissions.js",
"main": "dist/laravel-permissions.js",
"scripts": {
"build": "yarn rollup -c",
"eslint": "eslint src/**",
"deploy": "yarn eslint && yarn build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/williamcruzme/laravel-permissions.git"
},
"keywords": [
"Laravel",
"Nuxt.js",
"Permissions",
"Vue Directive",
"Vue.js"
],
"author": "John Cruz <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/williamcruzme/laravel-permissions/issues"
},
"homepage": "https://github.com/williamcruzme/laravel-permissions#readme",
"peerDependencies": {
"vue": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.1",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-uglify": "^6.0.2"
}
}