forked from felixakiragreen/react-kronos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.48 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.48 KB
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
56
57
58
59
60
61
62
63
64
65
{
"name": "react-kronos",
"version": "0.1.3",
"description": "A fast, intuitive, and elegant date and time picker for React.",
"main": "dist/index.js",
"scripts": {
"start": "./scripts/start",
"build": "./scripts/build",
"push_examples": "./scripts/push_ghpages"
},
"repository": {
"type": "git",
"url": "https://github.com/dubert/react-kronos"
},
"keywords": [
"react",
"react-component",
"date",
"time",
"picker",
"select",
"input",
"field",
"moment",
"calendar",
"years",
"months",
"days",
"hours"
],
"author": "Luke Dubert <dubert@me.com> (http://github.com/dubert)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dubert/react-kronos/issues"
},
"homepage": "http://dubert.github.io/react-kronos",
"devDependencies": {
"babel": "^5.0.7",
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react": "^3.0.1",
"coffee-script": "^1.9.1",
"json-loader": "^0.5.1",
"react": "0.13.2",
"react-hot-loader": "^1.2.4",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
},
"devDependencies": {
"react": "0.13.x",
"lodash": "^3.6.0"
},
"dependencies": {
"classnames": "^1.2.0",
"color": "^0.8.0",
"jss": "^1.0.8",
"jss-camel-case": "^0.1.1",
"jss-nested": "^0.1.7",
"jss-px": "^0.1.2",
"jss-vendor-prefixer": "^0.2.0",
"moment-range": "^1.0.7"
}
}