-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
45
{
"name": "bipio-lab",
"version": "1.1.0",
"description": "R&D and prototyping repository for bip.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin/bipio-lab.js",
"repository": {
"type": "git",
"url": "https://github.com/bipio-server/bipio-lab.git"
},
"author": "Alfonso Gober <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bipio-server/bipio-lab/issues"
},
"homepage": "https://github.com/bipio-server/bipio-lab",
"dependencies": {
"JSONPath": "^0.10.0",
"JSONStream": "^1.0.3",
"body-parser": "^1.12.4",
"coffee-script": "^1.9.2",
"colors": "^1.1.0",
"express": "^4.12.3",
"express-session": "^1.11.2",
"fs-sync": "^0.2.5",
"graphlib": "^1.0.3",
"json-path": "^0.1.3",
"mkdirp": "^0.5.0",
"node-slack": "0.0.7",
"node-uuid": "^1.4.3",
"oboe": "^2.1.1",
"passport": "^0.2.1",
"passport-slack": "0.0.1",
"passport-twitter": "^1.0.3",
"q": "^1.4.0",
"request": "^2.55.0",
"rethinkdb": "^2.0.0",
"rx": "^2.5.2",
"twitter": "^1.2.5",
"underscore": "^1.8.3"
}
}