-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
39
40
{
"name": "korean-music",
"version": "0.1.0",
"description": "Fetch Korean Music Data from Online ",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test",
"lint-fix": "eslint lib test --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Astro36/KoreanMusic.git"
},
"keywords": [
"korean",
"music",
"k-pop"
],
"author": {
"name": "Astro36",
"email": "astr36@naver.com",
"url": "http://astro36.me"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Astro36/KoreanMusic/issues"
},
"homepage": "https://github.com/Astro36/KoreanMusic#readme",
"dependencies": {
"jsdom": "^11.6.2",
"puppeteer": "^1.1.1",
"request": "^2.83.0",
"ytdl-core": "^0.20.2"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
}
}