{ "name": "blendb", "version": "0.0.1", "description": "BlenDB", "main": "index.js", "scripts": { "postinstall": "typings install", "start": "node index", "test": "istanbul cover -x \"**/*.spec.ts\" -e .ts _mocha", "lint": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts" }, "repository": { "type": "git", "url": "git@gitlab.c3sl.ufpr.br:c3sl/blendb.git" }, "author": "Centro de Computação Científica e Software Livre (C3SL)", "license": "GPL-3.0", "dependencies": { "express": "^4.14.0", "osprey": "^0.3.2", "ts-node": "^1.2.3", "typescript": "^1.8.10", "typings": "^1.3.2" }, "devDependencies": { "chai": "^3.5.0", "istanbul": "1.1.0-alpha.1", "mocha": "^3.0.2", "tslint": "^3.14.0", "tslint-stylish": "^2.1.0-beta" } }