-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 Bytes
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
{
"name": "react-md-calendar",
"version": "0.0.4",
"description": "React Component Material Design Calendar.",
"main": "lib/index.js",
"scripts": {
"prepare": "babel -d lib/ src/ --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mcnallydev/react-md-calendar"
},
"keywords": [
"react",
"calendar",
"design",
"material",
"theme"
],
"author": "Chris Sullivan",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}