-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.54 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "telepat-api",
"version": "0.4.4",
"scripts": {
"start": "./bin/startup.sh",
"stop": "./bin/stop.sh",
"restart": "./bin/restart.sh",
"test": "istanbul cover _mocha -- test/api.js -R spec",
"doc": "./bin/documentation.sh"
},
"dependencies": {
"async": "1.5.2",
"bcrypt": "0.8.5",
"body-parser": "1.15.0",
"clone": "1.0.2",
"colors": "1.1.2",
"debug": "2.2.0",
"express": "4.13.4",
"express-jwt": "3.3.0",
"facebook-node": "0.0.3",
"hiredis": "0.5.0",
"jsonwebtoken": "5.7.0",
"mandrill-api": "1.0.45",
"microtime-nodejs": "1.0.0",
"object-sizeof": "1.0.9",
"redis": "2.6.2",
"telepat-models": "0.4.4",
"sendgrid": "4.0.2",
"twitter": "1.2.5",
"uuid": "2.0.1"
},
"bugs": {
"url": "https://github.com/telepat-io/telepat-api/issues"
},
"engines": {
"node": ">=0.12.0"
},
"repository": {
"type": "git",
"url": "[email protected]:telepat-io/telepat-api.git"
},
"contributors": [
{
"name": "Răzvan Botea",
"email": "[email protected]"
},
{
"name": "Gabi Dobocan",
"email": "[email protected]"
}
],
"author": {
"name": "Răzvan Botea",
"email": "[email protected]"
},
"apidoc": {
"name": "Telepat API",
"version": "0.4.0",
"description": "Telepat API used in Telepat distributed data sync platform",
"title": "Telepat API Documentation",
"url": "http://localhost:3000"
},
"license": "Apache-2.0",
"devDependencies": {
"assert": "^1.3.0",
"crypto-js": "^3.1.5",
"should": "^7.1.0",
"supertest": "^1.1.0",
"common": "*",
"istanbul": "*",
"mocha": "*"
}
}