forked from facg3/Elegant-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "elegent",
"version": "1.0.0",
"description": "The fastest way to be fashionable",
"main": "test.js",
"dependencies": {
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"env2": "^2.2.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.1.0",
"nodemon": "^1.14.11",
"pg": "^7.4.1"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"supertest": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"scripts": {
"start": "node src/index.js",
"watch": "nodemon src/index.js",
"test": "tape ./src/tests/tests.js | tap-spec",
"pretest": "node src/models/database/db_build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facg3/Elegant-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/facg3/Elegant-Project/issues"
},
"homepage": "https://github.com/facg3/Elegant-Project#readme"
}