-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 847 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
{
"name": "react-native-activity-android",
"version": "0.17.3",
"description": "Provides a method to pause Android app (Activity.moveTaskToBack), as well as lifecycle hooks when app is paused and resumed.",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require babel-core/register"
},
"repository": {
"type": "git",
"url": "https://github.com/jaysoo/react-native-activity-android"
},
"files": [
"android",
"src",
"README.md",
"LICENSE"
],
"keywords": [
"react-native",
"react",
"react-component",
"back",
"movetasktoback",
"android"
],
"author": "Jack Hsu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}