-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 836 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 836 Bytes
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
{
"name": "nativeshare",
"version": "2.1.5",
"description": "NativeShare是一个整合了各大移动端浏览器调用原生分享的插件",
"main": "NativeShare.js",
"scripts": {
"lib": "webpack --env=lib"
},
"keywords": [
"share",
"NativeShare",
"browser"
],
"author": "fa-ge",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"webpack": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fa-ge/NativeShare.git"
},
"bugs": {
"url": "https://github.com/fa-ge/NativeShare/issues"
},
"homepage": "https://github.com/fa-ge/NativeShare#readme",
"dependencies": {}
}