-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "meetup",
"version": "0.1.0",
"description": "Meetup-like site with GitHub as backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gitrun/meetup.git"
},
"keywords": [
"meetup",
"github",
"api"
],
"author": "hashobject team (team@hashobject.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitrun/meetup/issues"
},
"homepage": "https://github.com/gitrun/meetup",
"devDependencies": {
"jsx-loader": "^0.12.2",
"webpack": "^1.7.3"
},
"dependencies": {
"async": "^0.9.0",
"chart.js": "^1.0.2",
"express": "^4.12.2",
"github-api": "^0.10.3",
"react": "^0.12.2",
"react-chartjs": "^0.5.0",
"react-count": "^0.2.4",
"react-grid-layout": "^0.8.0",
"react-intl": "^1.1.0",
"react-pie": "0.0.3",
"react-router": "^0.12.4",
"react-style": "^0.4.1",
"remarkable": "^1.6.0",
"superagent": "^1.1.0"
}
}