-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 755 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
{
"name": "react-native-countdown-clock",
"version": "2.0.2",
"description": "React Native countdown clock",
"bugs": {
"url": "https://github.com/GlenHughes/react-native-countdown-clock/issues"
},
"keywords": [
"react-native-component",
"react-native",
"countdown",
"timer"
],
"maintainers": [
{
"name": "glenhughes",
"email": "glen.866@gmail.com"
}
],
"repository": "https://github.com/GlenHughes/react-native-countdown-clock.git",
"homepage": "http://glenhughes.me",
"author": "Glen Hughes <glen.866@gmail.com>",
"dependencies": {
},
"main": "index",
"engines": {
"node": ">= 0.4.1"
},
"scripts": {
"prepublish": "npm prune",
"test": "make lint && make test"
}
}