-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 934 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
{
"name": "vue-loopback",
"version": "5.2.1",
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
"main": "meta.js",
"scripts": {
"test": "node test.js",
"lint": "npx eslint --ext vue,js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/InCuca/vue-loopback.git"
},
"keywords": [
"vuejs"
],
"author": "Walker Leite",
"license": "MIT",
"bugs": {
"url": "https://github.com/InCuca/vue-loopback/issues"
},
"homepage": "https://github.com/InCuca/vue-loopback#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"conventional-changelog-cli": "^1.3.22",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-config-loopback": "^10.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-vue": "^4.0.0",
"release-it": "^7.4.3",
"vue-cli": "^2.9.1"
}
}