-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
36 lines (36 loc) · 898 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
34
35
36
{
"name": "tool-callapp",
"version": "1.0.3",
"description": "本文档用于介绍通过H5端唤起本地NN客户端的研究过程!",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "webpack --progress --watch --config=webpack.config.js",
"prod": "webpack --env.prod --config=webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlanZhang001/H5CallUpNative.git"
},
"keywords": [
"h5",
"schema",
"native"
],
"author": "alanzhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlanZhang001/H5CallUpNative/issues"
},
"homepage": "https://github.com/AlanZhang001/H5CallUpNative#readme",
"dependencies": {
"extend": "^3.0.2"
},
"devDependencies": {
"eslint": "^5.6.1",
"webpack": "^3.1.0",
"uglifyjs-webpack-plugin": "^1.0.1"
}
}