-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 911 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
37
{
"name": "open-house-project",
"version": "1.0.0",
"description": "Projeto Open House @ Laboratoria",
"main": "src/index.html",
"scripts": {
"eslint": "eslint --ext .js src/ test/",
"lint": "npm run eslint",
"test": "npm run test",
"start": "serve src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aline-camargo/SAP003-open-house.git"
},
"keywords": [
"javascript",
"firebase"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aline-camargo/SAP003-open-house/issues"
},
"homepage": "https://github.com/aline-camargo/SAP003-open-house#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"lint": "^0.7.0",
"serve": "^11.2.0",
"toastify-js": "^1.6.2"
}
}