-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 916 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 916 Bytes
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": "jhbridge",
"version": "0.0.8",
"description": "江湖 JS bridge",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --port 8088 -d --quiet & http-server . -c-1 -p 8081",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldsn/JHBridge.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"http-server": "^0.10.0",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.1"
},
"bugs": {
"url": "https://github.com/ldsn/JHBridge/issues"
},
"homepage": "https://github.com/ldsn/JHBridge#readme"
}