forked from mathieudutour/react-progress-button
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 813 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
{
"name": "react-progress-button",
"version": "0.1.7",
"description": "Simple react.js component for a inline progress indicator",
"main": "react-progress-button.js",
"dependencies": {
"react": "^0.12.0"
},
"devDependencies": {
"jsdom": "^3.0.2",
"coveralls": "^2.11.2",
"mocha": "^2.1.0",
"istanbul": "^0.3.5"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mathieudutour/react-progress-button"
},
"keywords": [
"react",
"progress",
"button",
"component",
"javascript",
"react-component"
],
"author": "Mathieu Dutour",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathieudutour/react-progress-button/issues"
},
"homepage": "https://github.com/mathieudutour/react-progress-button"
}