forked from u9520107/ringcentral-js-integration-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 3.2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ringcentral-js-integration-commons",
"version": "0.1.0",
"description": "",
"main": "build/rc-phone.js",
"scripts": {
"test": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js test",
"quick-test": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js quick-test",
"test-server": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js test-server",
"demo-server": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js demo-server",
"eslint": "node ./node_modules/eslint/bin/eslint.js src test gulpfile.js config.js",
"dist": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js dist",
"build": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js build",
"watch": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js watch",
"gulp": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js",
"release": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ringcentral/ringcentral-js-integration-commons.git"
},
"author": "RingCentral Integration",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/ringcentral-js-integration-commons/issues"
},
"homepage": "https://github.com/ringcentral/ringcentral-js-integration-commons#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.4",
"babel-istanbul": "^0.7.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"fs-promise": "^0.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"json-loader": "^0.5.4",
"ringcentral": "https://github.com/u9520107/ringcentral-js.git#latest-dev-build",
"ringcentral-client": "https://github.com/zengfenfei/ringcentral-js-client#releases",
"ringcentral-web-phone": "https://github.com/changbenny/ringcentral-web-phone#audio-helper",
"source-map-support": "^0.4.0",
"through2": "^2.0.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"babel-runtime": "^6.6.1",
"ringcentral": "https://github.com/u9520107/ringcentral-js.git#latest-dev-build",
"ringcentral-client": "https://github.com/zengfenfei/ringcentral-js-client#releases",
"ringcentral-web-phone": "https://github.com/changbenny/ringcentral-web-phone#audio-helper"
},
"dependencies": {
"data-types": "git+https://github.com/u9520107/data-types.git#release",
"loganberry": "^0.9.1",
"redux": "^3.5.2",
"tabbie": "^0.8.1",
"whatwg-fetch": "^1.0.0",
"yargs": "^4.6.0"
}
}