-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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": "integerapplication",
"version": "1.0.0",
"description": "An application that returns incrementing integers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbertRothman/IntegerApplication.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbertRothman/IntegerApplication/issues"
},
"homepage": "https://github.com/AlbertRothman/IntegerApplication#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.16.4",
"pg": "^7.11.0",
"pg-hstore": "^2.3.2",
"sequelize": "^5.8.5",
"sequelize-cli": "^5.4.0",
"uuid-apikey": "^1.4.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0"
}
}