-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 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
42
43
{
"name": "js-jsonrpc-request",
"version": "1.0.1",
"author": "Horprogs",
"license": "MIT",
"scripts": {
"start": "gulp",
"build": "gulp build",
"prepare": "npm run build",
"release": "release-it --no-npm.publish",
"publish-npm": "npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/horprogs/js-jsonrpc-request.git"
},
"main": "dist/index.js",
"homepage": "https://github.com/horprogs/js-jsonrpc-request",
"dependencies": {
"axios": "^0.18.0",
"es6-promise": "^4.2.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"flow": "^0.2.3",
"flow-bin": "^0.78.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"prettier": "^1.14.2",
"release-it": "^7.5.0"
}
}