-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 994 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
35
36
{
"name": "workshop-express-mongodb",
"version": "1.0.0",
"description": "Treinamento: REST API com Express e MongoDB.",
"author": "Roberto Achar <[email protected]>",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://github.com/robertoachar/workshop-express-mongodb#readme",
"keywords": [
"workshop",
"vue",
"vuepress"
],
"scripts": {
"build": "vuepress build docs",
"lint": "eslint docs/**/*.js",
"start": "vuepress dev docs"
},
"repository": {
"type": "git",
"url": "https://github.com/robertoachar/workshop-express-mongodb.git"
},
"bugs": {
"url": "https://github.com/robertoachar/workshop-express-mongodb/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.14.3",
"vuepress": "0.14.4"
},
"private": true
}