forked from misino/react-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 806 Bytes
/
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
{
"name": "react-datepicker-component",
"version": "1.0.2",
"description": "A standalone ReactJS datepicker component, no jquery etc..",
"author" : "Mandarin Drummond",
"contributors" : ["Michal Biros <[email protected]>"],
"keywords": [
"React",
"Datepicker",
"Date",
"Calendar"
],
"repository": {
"type": "git",
"url": "https://github.com/MandarinConLaBarba/react-datepicker.git"
},
"peerDependencies": {
"react": ">=0.10.0"
},
"devDependencies": {
"gulp": "^3.6.0",
"vinyl-source-stream": "^0.1.1",
"gulp-mocha": "^0.5.2",
"gulp": "^3.8.7",
"browserify": "^5.9.1",
"reactify": "^0.14.0",
"gulp-stylus": "^1.3.0",
"nib": "^1.0.3"
},
"license": "MIT",
"browserify": {
"transform": [
"reactify"
]
}
}