-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
44
45
{
"name": "react-jrate",
"version": "0.1.2",
"description": "Generate SVG based Rating with various customized fancy features using ReactJS",
"main": "lib/react-jrate.js",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.7.11",
"babel-loader": "^5.3.2",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"dev": "webpack-dev-server --progress --colors",
"demo": "webpack-dev-server",
"compile": "babel -d lib/ src/ ",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"jrate",
"rating",
"rate",
"react"
],
"author": {
"name": "Senthil Porunan<[email protected]>"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:senthilporunan/react-jrate.git"
},
"homepage": "https://github.com/senthilporunan/react-jrate",
"maintainers": [
{
"name": "Senthil Porunan",
"email": "[email protected]"
}
]
}