emulator-index
Version:
Handles emulator index releated operations
28 lines (27 loc) • 570 B
JSON
{
"name": "emulator-index",
"version": "1.1.1",
"description": "Handles emulator index releated operations",
"main": "lib/workspace.js",
"directories": {
"test": "test"
},
"scripts": {
"test-iOS": "test/test-createIndex.js iOS",
"test-Android": "test/test-createIndex.js Android"
},
"keywords": [
"Smartface",
"Workspace",
"smfc"
],
"author": "Alper Ozisik",
"license": "ISC",
"dependencies": {
"crc-32": "^0.3.0",
"node-uuid": "^1.4.7",
"walk": "^2.3.9",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
}
}