UNPKG

ripple-emulator

Version:

A browser based html5 mobile application development and testing tool

72 lines (71 loc) 1.48 kB
{ "name": "ripple-emulator", "version": "0.9.36", "description": "A browser based html5 mobile application development and testing tool", "homepage": "https://github.com/ripple-emulator/ripple", "author": { "name": "Ripple Emulator Community", "url": "https://github.com/ripple-emulator" }, "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "repository": { "type": "git", "url": "https://github.com/ripple-emulator/ripple" }, "keywords": [ "cordova", "phonegap", "ripple", "mobile", "testing", "test", "emulator" ], "bin": { "ripple": "./bin/ripple" }, "main": "./lib/index", "dependencies": { "accounting": "0.x.x", "colors": "0.6.0-1", "connect-xcors": "0.5.2", "express": "3.1.0", "moment": "1.x.x", "open": "0.0.3", "request": "2.12.0" }, "devDependencies": { "bower": "1.3.12", "connect": "2.3.6", "coverjs": "0.0.14", "cssmin": "0.3.1", "html-minifier": "0.4.5", "jWorkflow": "0.x.x", "jsdom": "3.1.0", "q": "^1.4.1", "semver": "^4.3.1", "shelljs": "^0.4.0", "xmlhttprequest": "1.4.2", "buffer-crc32": "0.2.5" }, "files": [ "README.md", "LICENSE", "lib/index.js", "lib/server", "lib/cli", "assets/server", "pkg/hosted", "doc", "bin" ], "engines": { "node": ">= 0.12.0", "npm": ">= 2.5.1" } }