forked from zce/music-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
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
{
"name": "music-player",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "nodemon",
"client": "browser-sync start --server client --files \"client/**/*.html, client/**/*.js, client/**/*.css\" --no-notify"
},
"keywords": [
"music player",
"vue",
"vuejs",
"vue.js"
],
"author": "iceStone <ice@micua.com> (http://blog.wedn.net/)",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"formidable": "^1.0.17",
"glob": "^7.0.3",
"xtemplate": "^4.5.1",
"xtpl": "^3.2.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"nodemon": "^1.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zce/music-player.git"
},
"bugs": {
"url": "https://github.com/zce/music-player/issues"
},
"homepage": "https://github.com/zce/music-player#readme"
}