-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.19 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@grabjs/superapp-sdk",
"version": "1.5.0",
"description": "SDK for Grab SuperApp WebView.",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && rollup -c",
"watch": "rollup -cw",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grab/superapp-sdk.git"
},
"maintainers": [
"Viet Hai Pham <[email protected]>",
"Oleksandr Prokofiev <[email protected]>",
"Xijun Li <[email protected]>"
],
"files": [
"dist/index.js",
"docs"
],
"keywords": [
"superapp",
"webview",
"android",
"ios"
],
"author": "Viet Hai Pham <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grab/superapp-sdk/issues"
},
"homepage": "https://github.com/grab/superapp-sdk#readme",
"dependencies": {
"@grabjs/mobile-kit-bridge-sdk": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"rollup": "^1.7.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.2",
"rollup-plugin-uglify": "^6.0.2"
}
}