-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 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": "@doubledutch/react-timer",
"version": "0.0.2",
"description": "h:mm:ss timer that counts up from or down to a target time",
"main": "index.js",
"scripts": {
"test": "jest",
"prepare": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doubledutch/react-timer.git"
},
"keywords": [
"react",
"timer",
"component"
],
"author": "Adam Liechty",
"license": "apache-2.0",
"bugs": {
"url": "https://github.com/doubledutch/react-timer/issues"
},
"homepage": "https://github.com/doubledutch/react-timer#readme",
"devDependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6"
}
}