-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 954 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
41
42
43
{
"name": "react-bootstrap-calendar",
"version": "0.0.3",
"description": "A calendar component using react-bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nnarhinen/react-bootstrap-calendar.git"
},
"keywords": [
"react",
"react-bootstrap",
"calendar",
"datepicker"
],
"author": "Niklas Närhinen <niklas@narhinen.net>",
"license": "MIT",
"dependencies": {
"moment": "~2.8.3",
"moment-range": "~1.0.5"
},
"peerDependencies": {
"react": "~0.11.2"
},
"browserify": {
"transform": [
"reactify"
]
},
"devDependencies": {
"browserify": "~6.0.3",
"reactify": "~0.14.0",
"uglifyify": "~2.5.0",
"react-bootstrap": "~0.12.0",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6",
"stylus": "~0.49.1"
}
}