imptest
Version:
Electric Imp Test Runner
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "imptest",
"version": "1.2.1",
"description": "Electric Imp Test Runner",
"main": "src/cli/imptest.js",
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js"
},
"bin": {
"imptest": "src/cli/imptest.js"
},
"author": "mikhail@electricimp.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/electricimp/impTest.git"
},
"dependencies": {
"Builder": "^2.2.2",
"cli-prompt": "^0.4.3",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"dateformat": "^1.0.12",
"glob": "^6.0.4",
"imp-build-api-v4": "^1.0.1",
"random-words": "0.0.1",
"randomstring": "^1.1.3",
"sprintf-js": "^1.0.3",
"strip-json-comments": "^2.0.0",
"sync-exec": "^0.6.2"
},
"devDependencies": {
"intercept-stdout": "^0.1.2",
"jasmine": "^2.4.1",
"jasmine-expect": "^2.0.2"
},
"bugs": {
"url": "https://github.com/electricimp/impTest/issues"
},
"homepage": "https://github.com/electricimp/impTest",
"directories": {
"doc": "docs"
},
"keywords": [
"squirrel",
"electric imp",
"electric",
"imp",
"test",
"impunit",
"unit"
]
}