UNPKG

815 BJSONView Raw
1{
2 "name": "ganomede-helpers",
3 "version": "0.1.0",
4 "description": "Helper modules shared by ganomede microservices",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/j3k0/ganomede-helpers.git"
12 },
13 "keywords": [
14 "ganomede"
15 ],
16 "author": "Jean-Christophe Hoelt <hoelt@fovea.cc>",
17 "license": "GPL",
18 "bugs": {
19 "url": "https://github.com/j3k0/ganomede-helpers/issues"
20 },
21 "dependencies": {
22 "authdb": "~0.1.0",
23 "bunyan": "~1.2.3",
24 "coffee-script": "~1.8.0",
25 "coffeelint": "~1.6.1",
26 "eslint": "~0.10.0",
27 "jshint": "~2.5.10",
28 "mocha": "~2.0.1",
29 "restify": "~2.8.3",
30 "vasync": "~1.6.2",
31 "expect.js": "~0.3.1"
32 },
33 "homepage": "https://github.com/j3k0/ganomede-helpers"
34}