forked from alqamabinsadiq/react-awesome-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-awesome-clock",
"version": "2.0.0",
"description": "A clock component for React",
"main": "build/index.js",
"keywords": [
"react",
"reactjs",
"react-clock",
"react-awesome-clock",
"react-native-clock",
"react clock",
"clock",
"flip clock"
],
"repository": {
"type": "git",
"url": "https://github.com/alqamabinsadiq/react-awesome-clock"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.0.0",
"moment": "^2.18.1",
"prop-types": "^15.6.2"
},
"dependencies": {
"dotenv": "^6.0.0",
"moment": "^2.18.1",
"prop-types": "^15.6.2",
"react": "^16.0.0",
"webpack": "^3.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Alqama Bin Sadiq",
"email": "alqamabinsadiq@gmail.com"
},
"contributors": [
{
"name": "Mashhood Rastgar",
"email": "mashhoodr@gmail.com"
}
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react-app": "^3.1.2"
}
}