UNPKG

1.1 kBJSONView Raw
1{
2 "name": "antisocial-friends",
3 "version": "0.1.10",
4 "main": "index.js",
5 "scripts": {
6 "test": "mocha tests/friend-protocol.js"
7 },
8 "license": "MIT",
9 "dependencies": {
10 "antisocial-encryption": "^1.0.11",
11 "async": "^2.6.1",
12 "crc": "^3.8.0",
13 "debug": "~3.1.0",
14 "express": "~4.16.0",
15 "lodash": "^4.17.10",
16 "moment": "^2.22.2",
17 "request": "^2.88.0",
18 "socket.io": "^2.1.1",
19 "socketio-auth": "^0.1.1",
20 "uuid": "^3.3.2",
21 "verror": "^1.10.0"
22 },
23 "devDependencies": {
24 "assert": "^1.4.1",
25 "cookie-parser": "~1.4.3",
26 "expect.js": "^0.3.1",
27 "superagent": "^3.8.3"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/antiSocialNet/antisocial-friends.git"
32 },
33 "description": "mount expressjs routes implementing the antisocial friend protocol",
34 "bugs": {
35 "url": "https://github.com/antiSocialNet/antisocial-friends/issues"
36 },
37 "homepage": "https://github.com/antiSocialNet/antisocial-friends#readme",
38 "directories": {
39 "lib": "lib",
40 "test": "tests"
41 },
42 "author": "Michael Rhodes"
43}