forked from wechatpivot/wechat-js-sdk-beautify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 839 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
{
"name": "wechat-js-sdk-beautify",
"version": "1.0.0",
"description": "人肉反编译 http://res.wx.qq.com/open/js/jweixin-1.0.0.js",
"main": "jweixin-1.0.0.beautify.js",
"scripts": {
"keepup": "rm -f jweixin-1.0.0.js && wget http://res.wx.qq.com/open/js/jweixin-1.0.0.js && js-beautify jweixin-1.0.0.js --outfile jsbeautifier.org.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wechat-developer/wechat-js-sdk-beautify.git"
},
"author": "hbrls<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wechat-developer/wechat-js-sdk-beautify/issues"
},
"homepage": "https://github.com/wechat-developer/wechat-js-sdk-beautify",
"devDependencies": {
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"js-beautify": "1.6.8"
}
}