forked from kristijan-pajtasev/react-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 933 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
37
38
39
40
{
"name": "react-date-picker-component",
"version": "5.0.6",
"description": "React date picker component",
"main": "dist/npm/datepicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"body-parser": "~1.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6",
"express": "~4.0.0",
"react": "~0.14.1",
"react-dom": "~0.14.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13"
},
"dependencies": {
"react": "~0.14.1"
},
"keywords": [
"datepicker",
"react",
"reactjs",
"date",
"calendar",
"component",
"date-picker",
"react-component"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/kristijan-pajtasev/react-date-picker"
},
"author": "Kristijan Pajtasev",
"license": "MIT"
}