-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
38
39
40
41
{
"name": "html5mymusichome",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hansonfang/HTML5MyMusicHome.git"
},
"author": "hanson",
"license": "ISC",
"bugs": {
"url": "https://github.com/hansonfang/HTML5MyMusicHome/issues"
},
"homepage": "https://github.com/hansonfang/HTML5MyMusicHome#readme",
"dependencies": {
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"big-integer": "^1.6.26",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cors": "^2.8.4",
"ejs": "^2.5.7",
"es6-promise": "^4.1.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"iconv-lite": "^0.4.19",
"isomorphic-fetch": "^2.2.1",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"node-cache": "^4.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"string": "^3.3.3"
}
}