UNPKG

1.9 kBJSONView Raw
1{
2 "name": "slurry-core",
3 "version": "4.1.0",
4 "description": "Put some description here",
5 "keywords": [],
6 "homepage": "https://github.com/octoblu/slurry-core",
7 "bugs": "https://github.com/octoblu/slurry-core/issues",
8 "author": {
9 "name": "Octoblu",
10 "url": "https://github.com/octoblu"
11 },
12 "main": "index.js",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/octoblu/slurry-core.git"
16 },
17 "scripts": {
18 "start": "node command.js",
19 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
20 },
21 "devDependencies": {
22 "chai": "^3.5.0",
23 "coffee-coverage": "^2.0.1",
24 "coffee-script": "^1.10.0",
25 "istanbul": "^0.4.5",
26 "mocha": "^3.3.0",
27 "mocha-istanbul": "^0.3.0",
28 "mock-fs": "^4.2.0",
29 "passport-strategy": "^1.0.0",
30 "request": "^2.81.0",
31 "server-destroy": "^1.0.1",
32 "shmock": "^0.8.1",
33 "sinon": "^2.1.0",
34 "sinon-chai": "^2.9.0"
35 },
36 "dependencies": {
37 "async": "^2.4.1",
38 "body-parser": "^1.17.1",
39 "coffee-script": "^1.12.5",
40 "cookie-parser": "^1.4.1",
41 "cookie-session": "^2.0.0-beta.1",
42 "cors": "^2.8.3",
43 "cson": "^4.1.0",
44 "debug": "^2.6.4",
45 "errorhandler": "^1.4.2",
46 "express": "^4.15.2",
47 "express-meshblu-auth": "^9.1.0",
48 "express-meshblu-healthcheck": "^1.0.1",
49 "express-octoblu": "^1.2.0",
50 "express-package-version": "0.0.2",
51 "express-send-error": "^1.2.0",
52 "glob": "^7.0.6",
53 "jsonschema": "^1.1.1",
54 "lodash": "^4.17.4",
55 "meshblu-config": "^7.0.0",
56 "meshblu-encryption": "^2.0.0",
57 "meshblu-http": "^9.9.0",
58 "moment": "^2.16.0",
59 "morgan": "^1.8.1",
60 "passport": "^0.3.2",
61 "passport-octoblu": "^3.0.1",
62 "serve-favicon": "^2.4.2",
63 "shmock": "^0.8.1"
64 },
65 "peerDependencies": {},
66 "engines": {
67 "node": ">=0.8.0",
68 "npm": ">=1.2.10"
69 },
70 "license": "MIT"
71}