UNPKG

1.09 kBJSONView Raw
1{
2 "author": "AtomJump Foundation",
3 "name": "loop-server-fast",
4 "description": "A faster NodeJS reader to complement the AtomJump Loop Server.",
5 "version": "0.7.3",
6 "bin": {
7 "loop-server-fast": "bin/loop-server-fast.js"
8 },
9 "config": {
10 "configFile": "",
11 "messagesFile": "",
12 "production": false
13 },
14 "preferGlobal": "true",
15 "scripts": {
16 "start": "node bin/loop-server-fast.js"
17 },
18 "dependencies": {
19 "async": "~1.4.2",
20 "connect": "*",
21 "crypto": "0.0.3",
22 "date-format-lite": "*",
23 "express": "*",
24 "fs-extra": "*",
25 "https": "*",
26 "ipware": "0.0.8",
27 "mkdirp": "*",
28 "multer": "*",
29 "multiparty": "*",
30 "mv": "*",
31 "mysql": "^2.8.0",
32 "needle": "*",
33 "node-mv": "*",
34 "node-uuid": "*",
35 "path": "*",
36 "read-chunk": "^2.0.0",
37 "request": "*",
38 "upath": "*"
39 },
40 "repository": {
41 "type": "git",
42 "url": "https://src.atomjump.com/atomjump/loop-server-fast"
43 },
44 "license": "MIT",
45 "main": "bin/loop-server-fast.js",
46 "optionalDependencies": {},
47 "engines": {
48 "node": ">=4.4"
49 }
50}