forked from skyway/old-skyway-screenshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 986 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
{
"name": "skyway-screenshare",
"version": "1.0.1",
"description": "ScreenShare library for SkyWay",
"main": "dist/screenshare.js",
"module": "src/index.js",
"scripts": {
"lint": "eslint ./examples ./src ./chrome-extension",
"build:ext": "zip ./dist/screenshare_chrome_extension.zip ./chrome-extension/*",
"build:lib": "NODE_ENV=production webpack",
"dev:lib": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyway/skyway-screenshare.git"
},
"keywords": [],
"author": "NTT Communications Corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/skyway/skyway-screenshare/issues"
},
"homepage": "https://github.com/skyway/skyway-screenshare#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.4.1",
"eslint-config-google": "^0.9.1",
"webpack": "^3.5.5"
}
}