-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1022 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
{
"name": "react-material-ui-rating",
"version": "1.2.0",
"description": "Rating component for React Material-ui",
"main": "index.js",
"scripts": {
"compile": "babel Rating.js --out-file index.js",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lawrentiy/react-material-ui-rating.git"
},
"author": "Pavel Lawrentiy",
"contributors": [
{
"name": "Tyler Buchea"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/lawrentiy/react-material-ui-rating/issues"
},
"homepage": "https://github.com/lawrentiy/react-material-ui-rating#readme",
"peerDependencies": {
"material-ui": "^1.0.0-beta.19",
"material-ui-icons": "^1.0.0-beta.17"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}