-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
49
50
51
52
53
54
55
56
{
"name": "sendit",
"version": "1.0.0",
"description": "An application for creating parcel orders",
"main": "app.js",
"directories": {},
"scripts": {
"build": "babel app.js --out-dir build",
"start": "node app.js",
"test": "nyc --reporter=html --reporter=text mocha --exit",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanobertin/sendIT.git"
},
"keywords": [
"ExpressJs"
],
"author": "Bertin",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanobertin/sendIT/issues"
},
"homepage": "https://github.com/sanobertin/sendIT/",
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"expect.js": "^0.3.1",
"express": "^4.16.4",
"i": "^0.3.6",
"jsonwebtoken": "^8.4.0",
"mocha": "^5.2.0",
"npm": "^6.4.1",
"nyc": "^13.1.0",
"pg": "^7.6.1",
"pool": "^0.4.1",
"request": "^2.88.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.18.6"
}
}