blob: 68282182ee3e6cd265dcf4007f259ee1c138238c [file] [log] [blame]
{
"name": "ripple-emulator",
"version": "0.9.32",
"description": "A browser based html5 mobile application development and testing tool",
"homepage": "http://ripple.incubator.apache.org/",
"author": {
"name": "Apache Ripple Community",
"url": "http://ripple.incubator.apache.org/"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/incubator-ripple.git"
},
"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",
"jsdom": "3.1.0",
"jWorkflow": "0.x.x",
"semver": "^4.3.1",
"xmlhttprequest": "1.4.2",
"shelljs": "^0.4.0"
},
"files": [
"README.md",
"DISCLAIMER",
"LICENSE",
"NOTICE",
"lib/index.js",
"lib/server",
"lib/cli",
"assets/server",
"pkg/hosted",
"doc",
"bin"
],
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
}
}