-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 927 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 927 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
34
35
36
37
38
39
40
{
"name": "react-native-mailcore",
"version": "0.1.0",
"description": "React Native bindings for https://github.com/MailCore/mailcore2",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/agenthunt/react-native-mailcore.git"
},
"keywords": [
"react-native",
"sendmail",
"email",
"smtp"
],
"author": "Shailesh",
"license": "ISC",
"peerDependencies": {
"react-native": ">=0.47"
},
"rnpm": {
"android": {
"sourceDir": "./android"
}
},
"bugs": {
"url": "https://github.com/agenthunt/react-native-mailcore/issues"
},
"homepage": "https://github.com/agenthunt/react-native-mailcore#readme",
"devDependencies": {
"semantic-release": "^17.1.1"
}
}