-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 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
36
37
{
"name": "react-progress-2",
"version": "4.4.2",
"description": "React progress 2",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "lib/main.js",
"dependencies": {},
"devDependencies": {
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milworm/react-progress-2.git"
},
"author": "Ruslan Prytula <ruslan.prytula@gmail.com> (http://60devs.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/milworm/react-progress-2/issues"
},
"keywords": [
"react-progress-2",
"react-progress",
"react-progress-indicator",
"loading-indicator",
"react-loading-indicator"
],
"files": [
"main.css",
"README.md",
"LICENSE",
"lib/main.js"
],
"homepage": "http://milworm.github.io/react-progress-2/#readme"
}