forked from smccamley/react-native-av-countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 938 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
{
"author": {
"name": "smccamley"
},
"bugs": {
"url": "https://github.com/smccamley/react-native-av-countdown/issues"
},
"dependencies": {
"react-addons-update": "15.4.2"
},
"description": "A simple countdown component for React Native, pure js",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/smccamley/react-native-av-countdown#readme",
"keywords": [
"react-native",
"countdown"
],
"license": "MIT",
"main": "CountDownText.js",
"maintainers": [
{
"email": "[email protected]",
"name": "smccamley"
}
],
"name": "react-native-av-countdown",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/smccamley/react-native-av-countdown.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.4"
}