ios-automation-helper
Version:
This project is used to get iOS mobile / simulator info and app info
33 lines (32 loc) • 776 B
JSON
{
"name": "ios-automation-helper",
"version": "1.0.4",
"description": "This project is used to get iOS mobile / simulator info and app info",
"main": "index.js",
"scripts": {
"build": "babel src -d dist",
"build:watch": "babel src -d dist --watch",
"lint": "eslint src/ index.js"
},
"keywords": [
"ios",
"udid",
"bundleid"
],
"author": "Vishnu",
"email": "vishnuatth@gmail.com",
"license": "ISC",
"dependencies": {
"node-cmd": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.7.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
},
"repository": {
"url": "https://github.com/Vishnu1067/iOSHelper.git"
}
}