UNPKG

1.07 kBJSONView Raw
1{
2 "name": "antisocial-friends",
3 "version": "0.2.6",
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 "request": "^2.88.0",
17 "socket.io": "^2.1.1",
18 "socketio-auth": "^0.1.1",
19 "uuid": "^3.3.2",
20 "verror": "^1.10.0"
21 },
22 "devDependencies": {
23 "assert": "^1.4.1",
24 "cookie-parser": "~1.4.3",
25 "expect.js": "^0.3.1",
26 "superagent": "^3.8.3"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/antiSocialNet/antisocial-friends.git"
31 },
32 "description": "mount expressjs routes implementing the antisocial friend protocol",
33 "bugs": {
34 "url": "https://github.com/antiSocialNet/antisocial-friends/issues"
35 },
36 "homepage": "https://github.com/antiSocialNet/antisocial-friends#readme",
37 "directories": {
38 "lib": "lib",
39 "test": "tests"
40 },
41 "author": "Michael Rhodes"
42}