forked from xiaoyuze88/isomorphic-pkg-reader
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.4 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.4 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@tencent/isomorphic-pkg-reader",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TencentWSRD/isomorphic-pkg-reader.git"
},
"scripts": {
"start": "node ./example/webpack.config.js & node ./example/server"
},
"version": "1.1.24",
"author": {
"name": "xiaoyuze88@gmail.com"
},
"bugs": {
"url": "https://github.com/TencentWSRD/isomorphic-pkg-reader/issues"
},
"dependencies": {
"buffer": "^5.0.7",
"bytebuffer": "^5.0.1",
"inherits": "^2.0.1",
"isomorphic-png.js": "^0.2.4",
"isomorphic-unzip": "^1.1.0",
"xmldom": "^0.1.22"
},
"description": "Read IOS/Android pkg's(.apk/.ipa ) manifest info, for NodeJS/Webpack/Browserify.",
"devDependencies": {
"beta-dev-uploader": "^5.6.3",
"css-loader": "^0.15.5",
"express": "^4.13.3",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.19.0",
"multer": "^1.1.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.7",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.14.1"
},
"directories": {},
"homepage": "https://github.com/TencentWSRD/isomorphic-pkg-reader#readme",
"keywords": [
"Javascript",
"NodeJS",
"Browserify",
"WebPack",
".apk",
".ipa",
"manifest",
"parser"
],
"license": "MIT",
"maintainers": [
{
"email": "xiaoyuze88@gmail.com",
"name": "xiaoyuze88"
}
]
}