UNPKG

858 BJSONView Raw
1{
2 "name": "waif",
3 "version": "0.1.3",
4 "description": "a micro-microservices library",
5 "main": "waif.js",
6 "scripts": {
7 "test": "mocha -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/wayfin/waif.git"
12 },
13 "keywords": [
14 "rest",
15 "microservices"
16 ],
17 "author": "Adrian Rossouw (adrian@wayfinder.co)",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/wayfin/waif/issues"
21 },
22 "homepage": "https://github.com/wayfin/waif",
23 "devDependencies": {
24 "mocha": "^1.20.1",
25 "should": "^4.0.4"
26 },
27 "dependencies": {
28 "debug": "^1.0.4",
29 "express": "^4.6.1",
30 "is-url": "^1.1.0",
31 "lodash": "^2.4.1",
32 "norma": "^0.2.6",
33 "request": "^2.37.0",
34 "sinon": "^1.10.3",
35 "state": "^0.2.0",
36 "temp": "^0.8.0",
37 "through": "^2.3.4",
38 "utils-merge": "^1.0.0"
39 }
40}