forked from mzenzie/320MusicLessonPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 693 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 693 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
{
"name": "320MusicLessonPlanner",
"version": "0.0.1",
"description": "Made by MLP TEAM yay",
"main": "index.js",
"dependencies": {
"bcrypt": "^0.8.1",
"body-parser": "^1.12.0",
"collections": "^1.2.1",
"express": "^4.11.2",
"express-jwt": "^2.1.0",
"jsonwebtoken": "^4.2.1",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"protractor": "^2.0.0",
"redis": "^0.12.1",
"sqlite3": "^3.0.5",
"string-format": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mzenzie/320MusicLessonPlanner.git"
},
"author": "",
"license": "ISC"
}