UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

50 lines (49 loc) 1.32 kB
{ "name": "memserver", "version": "0.6.1", "description": "in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping", "main": "lib/index.js", "license": "ISC", "scripts": { "test": "sh run-tests.sh", "bin": "node cli.js" }, "bin": { "memserver": "cli.js" }, "repository": { "type": "git", "url": "https://github.com/izelnakri/memserver.git" }, "author": "", "dependencies": { "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "chalk": "^2.3.0", "ember-cli-string-utils": "^1.1.0", "fake-xml-http-request": "^1.6.0", "i": "^0.3.6", "jsdom": "^11.3.0", "pretender": "^1.6.0", "qs": "^6.5.1", "route-recognizer": "^0.3.3" }, "devDependencies": { "cors": "^2.8.4", "express": "^4.16.2", "faker": "^4.1.0", "jquery": "^3.2.1", "mkdirp": "^0.5.1", "mocha": "^4.0.1", "moment": "^2.19.1", "pryjs": "^1.0.3", "rimraf": "^2.6.2", "rollup": "^0.50.0", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.1.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-virtual": "^1.0.1", "sinon": "^4.0.1" } }