UNPKG

metallic-app

Version:

Koa application for CARTO services

66 lines (65 loc) 1.77 kB
{ "name": "metallic-app", "version": "0.10.1", "description": "Koa application for CARTO services", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/CartoDB/metallic-app.git" }, "keywords": [ "koa", "application", "metallic" ], "author": "Daniel García Aubert <dgaubert@carto.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/CartoDB/metallic-app/issues" }, "homepage": "https://github.com/CartoDB/metallic-app#readme", "engines": { "node": ">=7.6.0" }, "directories": { "test": "test" }, "dependencies": { "koa": "^2.4.1", "metallic-errors": "^0.2.0", "metallic-interfaces": "^0.3.0", "node-uuid": "^1.4.8" }, "scripts": { "prebuild": "npm run clean", "build": "babel src -d lib --source-maps inline", "build:watch": "npm run build -- --watch", "clean": "rimraf lib", "coverage": "nyc --reporter=lcov npm test", "lint": "standard \"src/**/*.js\" \"test/**/*.js\"", "postversion": "git push && git push --tags", "prepublishOnly": "npm run build", "pretest": "npm run lint", "preversion": "npm test", "test": "NODE_ENV=test mocha --recursive --require babel-register test", "test:watch": "npm run test -- -w" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-register": "^6.26.0", "metallic-listeners": "^0.4.0", "metallic-logger": "^0.10.0", "mocha": "^4.0.1", "nyc": "^11.3.0", "rimraf": "^2.6.2", "sinon": "^4.1.2", "standard": "^10.0.3" }, "standard": { "env": { "mocha": true } } }