-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1004 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1004 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
41
42
{
"name": "react-countdown-date",
"version": "1.0.0",
"description": "Countdown to a given date and then reveal the components children",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/destinythegame/react-countdown-date.git"
},
"keywords": [
"react",
"count",
"down",
"countdown",
"date",
"timer"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/destinythegame/react-countdown-date/issues"
},
"homepage": "https://github.com/destinythegame/react-countdown-date#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"classnames": "^2.2.5",
"react": "^15.4.2",
"tick-tock": "^1.0.0"
},
"babel-ignore": false,
"babel": {
"plugins": [],
"presets": [
"babel-preset-es2015",
"babel-preset-react"
]
}
}