forked from TubeNotes/TubeNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 704 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 704 Bytes
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
{
"name": "TubeNotes",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "index.js",
"scripts": {
"server": "nodemon ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niwang55/TubeNotes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/niwang55/TubeNotes/issues"
},
"homepage": "https://github.com/niwang55/TubeNotes#readme",
"dependencies": {
"Q": "0.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jwt-simple": "^0.5.1",
"mysql": "^2.12.0",
"path": "^0.12.7",
"sequelize": "^3.27.0"
}
}