Skip to content

Commit 63e0a62

Browse files
committed
Added package.json
1 parent 2c4baff commit 63e0a62

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "react-spinner-css",
3+
"version": "1.0.0",
4+
"description": "React Spinner CSS",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/amareshsm/react-spinner-css.git"
12+
},
13+
"keywords": ["react","css","spinners"],
14+
"author": "AMARESH S M ",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/amareshsm/react-spinner-css/issues"
18+
},
19+
"homepage": "https://github.com/amareshsm/react-spinner-css#readme"
20+
}

0 commit comments

Comments
 (0)