-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 849 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
{
"fekit_extension_command_name": "mdebug",
"name": "fekit-extension-mdebug",
"version": "0.1.2",
"description": "mobile debug for fekit project",
"dependencies": {
"weinre": "*"
},
"main": "index.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"preuninstall": "node ./scripts/preuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JackZhang1988/fekit-extension-mdebug.git"
},
"author": {
"name": "jianbo1988"
},
"license": "BSD",
"readme": "Fekit Mobile Debug\r\n\r\n\r\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/JackZhang1988/fekit-extension-mdebug/issues"
},
"homepage": "https://github.com/JackZhang1988/fekit-extension-mdebug",
"_id": "[email protected]",
"_from": "fekit-extension-mdebug@"
}