UNPKG

duraark-microservice-base

Version:

Base docker image and initial Sails.js setup a REST microservice.

54 lines (53 loc) 1.49 kB
{ "name": "duraark-microservice-base", "private": false, "version": "0.2.5", "description": "Base docker image and initial Sails.js setup a REST microservice.", "keywords": ["duraark", "microservice", "SailsJS", "NodeJS", "API"], "dependencies": { "sails": "~0.10.2", "sails-disk": "~0.10.0", "rc": "~0.5.0", "include-all": "~0.1.3", "ejs": "~0.8.4", "grunt": "0.4.2", "grunt-sync": "~0.0.4", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-sails-linker": "~0.9.5", "grunt-contrib-jst": "~0.6.0", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-less": "0.11.1", "grunt-contrib-coffee": "~0.10.1" }, "scripts": { "start": "node app.js", "debug": "node debug app.js", "test": "grunt test" }, "main": "app.js", "repository": { "type": "git", "url": "git://github.com/DURAARK/microservice-base.git" }, "author": "Martin Hecher <martin.hecher@fraunhofer.at>", "license": "MIT", "devDependencies": { "nodemon": "^1.2.1", "mocha": "^2.1.0", "grunt-mocha-test": "^0.12.6", "sinon": "^1.12.2", "assert": "^1.3.0", "chai": "~1.10.0" }, "bugs": { "url": "https://github.com/DURAARK/microservice-base/issues" }, "homepage": "https://github.com/DURAARK/microservice-base", "directories": { "test": "tests" } }