UNPKG

@seatbelt/orm-waterline

Version:

Seatbelt Orm Plugin Waterline

30 lines (29 loc) 680 B
{ "name": "@seatbelt/orm-waterline", "version": "0.0.1-alpha.2", "description": "Seatbelt Orm Plugin Waterline", "main": "lib/index.js", "types": "lib/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Seabelt", "Orm", "Waterline" ], "devDependencies": { "@types/node": "^7.0.15", "tslint": "^4.5.1", "tslint-eslint-rules": "^3.5.0", "tslint-microsoft-contrib": "^4.0.1", "typescript": "^2.3.2" }, "dependencies": { "@seatbelt/core": "^0.0.1-alpha.1", "@types/waterline": "^0.11.1", "waterline": "^0.11.11" }, "author": "Thomas Meadows", "license": "MIT" }