-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 967 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
{
"name": "canvas-live",
"version": "0.1.0",
"description": "canvas on facebook live streaming",
"main": "index.js",
"repository": {
"url": "[email protected]:Rytass/CanvasLive.git",
"type": "git"
},
"scripts": {
"dev": "DEBUG=CanvasLive:* ./node_modules/.bin/babel-node index.js"
},
"author": "Chia Yu Pai <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.18.0",
"canvas": "^1.6.2",
"debug": "^2.3.2",
"fluent-ffmpeg": "^2.1.0",
"request": "^2.79.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0",
"eslint": "^3.10.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0"
}
}