forked from ukgt/AutoMate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "autoproject",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "^3.0.4",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"eslint-config-prettier": "^4.1.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"handlebars-intl": "^1.1.2",
"jsonwebtoken": "^8.5.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.5",
"node-oauth2-server": "^2.4.0",
"prettier": "^1.16.4",
"sequelize": "^4.43.0"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukgt/AutoProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ukgt/AutoProject/issues"
},
"homepage": "https://github.com/ukgt/AutoProject#readme"
}