-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ringcentral-embeddable-extension-factory",
"version": "0.5.0",
"description": "Cli tool to create a RingCentral Embeddable Voice chrome extension for sites.",
"main": "bin/reef.js",
"bin": {
"reef": "bin/reef.js",
"ringcentral-embeddable-extension-factory": "bin/reef.js"
},
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ringcentral/ringcentral-embeddable-extension-factory.git"
},
"keywords": [
"ringcentral",
"embeddable",
"extension",
"factory",
"CLI"
],
"author": "Drake Zhao <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/ringcentral-embeddable-extension-factory/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/ringcentral/ringcentral-embeddable-extension-factory#readme",
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-compat": "2.2.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"mocha": "5.2.0"
},
"dependencies": {
"commander": "2.18.0",
"download": "7.1.0",
"json-deep-copy": "1.0.2",
"prompts": "1.1.1",
"shelljs": "0.8.2",
"shortid": "2.2.14"
}
}