-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 995 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
{
"name": "main",
"version": "1.0.0",
"description": "Main familysearch module",
"main": "index.js",
"scripts": {
"test": "make test",
"postinstall": "cd node_modules/api && npm install && cd ../fsauth && npm install && cd ../.. && make postinstall"
},
"dependencies": {
"api": "git+https://github.com/familyfound/api#v1.3.0",
"fsauth": "git+https://github.com/familyfound/fsauth#v0.2.2",
"express": "~3.4.7",
"mongodb": "~1.3.23",
"cors": "~2.1.1",
"socket.io": "~0.9.16",
"async": "~0.2.9",
"lodash": "~2.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/familyfound/main.git"
},
"author": "Jared Forsyth",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/familyfound/main/issues"
},
"homepage": "https://github.com/familyfound/main",
"devDependencies": {
"glob": "~3.2.9",
"browserify": "~3.31.2",
"mkdirp": "~0.3.5",
"xon": "0.0.1",
"expect.js": "~0.3.1"
}
}