UNPKG

1.89 kBJSONView Raw
1{
2 "name": "slurry-core",
3 "version": "1.15.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": "^1.0.1",
24 "coffee-script": "^1.10.0",
25 "istanbul": "^0.4.5",
26 "mocha": "^3.0.2",
27 "mocha-istanbul": "^0.3.0",
28 "mock-fs": "^3.11.0",
29 "passport-strategy": "^1.0.0",
30 "request": "^2.66.0",
31 "server-destroy": "^1.0.1",
32 "shmock": "^0.8.1",
33 "sinon": "^1.17.4",
34 "sinon-chai": "^2.8.0"
35 },
36 "dependencies": {
37 "body-parser": "^1.14.1",
38 "coffee-script": "^1.10.0",
39 "cookie-parser": "^1.4.1",
40 "cookie-session": "^2.0.0-alpha.1",
41 "cors": "^2.8.1",
42 "cson": "^3.0.2",
43 "debug": "^2.2.0",
44 "errorhandler": "^1.4.2",
45 "express": "^4.13.3",
46 "express-meshblu-auth": "^7.0.0",
47 "express-meshblu-healthcheck": "^1.0.1",
48 "express-octoblu": "^1.2.0",
49 "express-package-version": "0.0.2",
50 "express-send-error": "^1.1.0",
51 "glob": "^7.0.6",
52 "jsonschema": "^1.1.0",
53 "lodash": "^4.11.1",
54 "meshblu-config": "^6.0.0",
55 "meshblu-encryption": "^2.0.0",
56 "meshblu-http": "^7.2.0",
57 "moment": "^2.16.0",
58 "morgan": "^1.6.1",
59 "passport": "^0.3.2",
60 "passport-octoblu": "^3.0.0",
61 "serve-favicon": "^2.3.0",
62 "shmock": "^0.7.2"
63 },
64 "peerDependencies": {},
65 "engines": {
66 "node": ">=0.8.0",
67 "npm": ">=1.2.10"
68 },
69 "license": "MIT"
70}