-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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": "oba-module-chat-youtube-live",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "babel-node test/index.js",
"build": "babel src/index.js -o dist/index.js",
"prestart": "npm run build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myso-kr/oba-module-chat-youtube-live.git"
},
"author": "Choi Won",
"license": "ISC",
"bugs": {
"url": "https://github.com/myso-kr/oba-module-chat-youtube-live/issues"
},
"homepage": "https://github.com/myso-kr/oba-module-chat-youtube-live#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"debug": "^2.6.3",
"fetch-cookie": "^0.6.0",
"lodash": "^4.17.4",
"node-fetch": "^1.6.3"
}
}