UNPKG

angoose

Version:

Angoose is a Remote Method Invocation module that comes with built-in mongoose/angular support. Now you can call server side module in browser just like you're in the server side!

52 lines (51 loc) 1.21 kB
{ "name": "angoose", "version": "0.3.21", "description": "Angoose is a Remote Method Invocation module that comes with built-in mongoose/angular support. Now you can call server side module in browser just like you're in the server side!", "main": "lib/angoose", "scripts": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/tjworks/angoose.git" }, "keywords": [ "mongoose", "angular", "frontend", "model", "rpc", "rmi" ], "devDependencies": { "jasmine-node": "*", "grunt": "*", "grunt-contrib-concat": "*", "grunt-cli": "*", "grunt-contrib-jshint": "~0.7.2", "grunt-jasmine-node": "~0.1.0", "grunt-shell": "~0.6.1", "request": "*", "jasmine-custom-message": "~0.1.2", "node-mocks-http": "*", "grunt-contrib-watch": "~0.5.3", "mocha": "*" }, "dependencies": { "underscore": "*", "mongoose": "3.8.3", "q": "*", "express": "*", "log4js": "*", "hooks": "~0.3.2", "shimmer": "~1.0.0", "traverse": "~0.6.6", "uglify-js": "*" }, "author": "tjworks", "license": "MIT", "bugs": { "url": "https://github.com/tjworks/angoose/issues" } }