-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 870 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
{
"name": "dweet-player",
"version": "0.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index",
"test": "echo \"Error: no test specified\" && exit 1",
"gh-pages": "git subtree push --prefix src/static origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atesgoral/dweet-player.git"
},
"author": "Ates Goral <[email protected]> (http://magnetiq.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/atesgoral/dweet-player/issues"
},
"homepage": "https://github.com/atesgoral/dweet-player#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dotenv": "^4.0.0",
"esprima": "^4.0.0",
"estraverse": "^4.2.0",
"express": "^4.15.4",
"jsmediatags": "^3.8.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.4"
}
}