-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 911 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
38
39
40
{
"name": "react-count",
"version": "0.2.4",
"description": "React counter component with Firebase integration",
"main": "./lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hashobject/react-count.git"
},
"directories": {
"example": "examples"
},
"keywords": [
"react",
"reactjs",
"react-component",
"count",
"counter",
"firebase"
],
"dependencies": {
"node-uuid": "^1.4.3",
"react": "^0.12.2",
"react-style": "^0.4.1",
"firebase": "^2.2.2"
},
"devDependencies": {
"jsx-loader": "^0.12.2",
"webpack": "^1.7.2"
},
"author": "hashobject team ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/hashobject/react-count/issues"
},
"homepage": "https://github.com/hashobject/react-count"
}