nemo-ui
Version:
UI for Nemo View creation
36 lines (35 loc) • 707 B
JSON
{
"name": "nemo-ui",
"version": "1.0.3",
"description": "UI for Nemo View creation",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/grawk/nemo-ui"
},
"keywords": [
"Nemo",
"Selenium",
"Webdriver"
],
"author": "@grawk",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/grawk/nemo-ui/issues"
},
"bin": {
"nemo-ui": "./bin/nemo-ui.js"
},
"dependencies": {
"body-parser": "^1.11.0",
"commander": "^2.6.0",
"express": "^4.11.2",
"glob": "^4.3.5",
"nemo": "^1.0.0",
"nemo-view": "^1.0.0"
},
"homepage": "https://github.com/grawk/nemo-ui"
}