-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "react-timezone",
"version": "0.0.1",
"description": "React timezone picker",
"main": "build/react-timezone.js",
"scripts": {
"build": "webpack && webpack -p --minify"
},
"author": "Vahagn Aharonian <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"json-loader": "^0.5.4",
"webpack": "^1.12.9",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2"
},
"dependencies": {
"classnames": "^2.2.1",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vahagnaharonian/react-timezone.git"
},
"keywords": [
"react",
"timezones",
"picker",
"timezone",
"input",
"form",
"field"
],
"bugs": {
"url": "https://github.com/vahagnaharonian/react-timezone/issues"
},
"homepage": "https://github.com/vahagnaharonian/react-timezone#readme"
}