forked from sarriaroman/FabricPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 848 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
38
39
40
41
42
{
"name": "cordova-fabric-plugin",
"version": "1.1.7",
"description": "Cordova Fabric.io Plugin",
"cordova": {
"id": "cordova-fabric-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/sarriaroman/FabricPlugin"
},
"keywords": [
"cordova",
"fabric",
"crashlytics",
"answers",
"events",
"device",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Roman A. Sarria",
"contributors": [
{
"name": "Justin Unterreiner",
"email": "[email protected]",
"url": "https://github.com/Justin-Credible"
}
],
"license": "MIT",
"scripts": {
"transpile": "node_modules/.bin/babel www/*.es6 --out-dir ."
},
"devDependencies": {
"babel": "^5.8.35"
}
}