-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "wechat.js",
"version": "0.1.3",
"main": "wechat.js",
"author": "sofish <[email protected]>",
"description": "easy sharing on wechat http://sofish.github.io/wechat.js",
"repository": {
"type": "git",
"url": "https://github.com/sofish/wechat.js"
},
"spm": {
"main": "wechat.js"
},
"keywords": [
"wechat",
"sns",
"sharing"
],
"license": {
"type": "MIT",
"url": "https://github.com/sofish/wechat.js/blob/master/license.txt"
},
"readmeFilename": "readme.md",
"scripts": {
"build": "node_modules/.bin/uglifyjs wechat.js --mangle --compress -o dist/wechat.min.js --source-map dist/wechat.min.js.map --source-map-url wechat.js",
"watch": "node_modules/.bin/rewatch wechat.js -c 'npm run build'"
},
"devDependencies": {
"uglify-js": "^2.4.15",
"rewatch": "~0.2.2"
}
}