-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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
33
34
35
36
37
{
"name": "cordova-ios-session-description-handler",
"version": "0.0.4",
"description": "SIP.js Session Description Handler (SDH) implementation for support of Cordova/iOS",
"main": "./dist/CordovaIOSSessionDescriptionHandler.js",
"scripts": {
"build": "babel src -d dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotum/cordova-ios-session-description-handler.git"
},
"keywords": [
"SIP.js",
"cordova",
"iOS",
"session",
"description",
"handler"
],
"author": "Wesley Unwin",
"license": "ISC",
"bugs": {
"url": "https://github.com/iotum/cordova-ios-session-description-handler/issues"
},
"homepage": "https://github.com/iotum/cordova-ios-session-description-handler#readme",
"dependencies": {
"sip.js": "^0.12.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-es2015": "^7.0.0-beta.53"
}
}