gui-tool
Version:
Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.
65 lines (64 loc) • 1.72 kB
JSON
{
"name": "gui-tool",
"description": "Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.",
"keywords": [
"rapid",
"gui",
"prototype",
"skeleton",
"extjs",
"siesta",
"phantomjs",
"extjs5",
"generator",
"command line"
],
"version": "1.1.1",
"tags": [],
"author": "Tamás Várhegyi <varhegyi.tomi@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/vartomi/gui-tool"
},
"bin": {
"gui-tool": "./bin/gui-tool"
},
"main": "index",
"dependencies": {
"cli-table": "^0.3.1",
"colors": "1.0.3",
"commander": "2.6.0",
"decompress": "^2.1.1",
"dummy-json": "0.0.2",
"express": "3.3.6",
"fs": "0.0.2",
"jayschema": "0.3.1",
"js-beautify": "1.5.1",
"js-yaml": "3.2.5",
"jscs": "^1.12.0",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"mu2": "0.5.20",
"open": "0.0.5",
"path": "0.11.14",
"properties-reader": "0.0.9",
"screenshot-stream": "^1.3.0",
"should": "4.5.0",
"socket.io": "^1.3.4",
"wrench": "1.5.8"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/vartomi/gui-tool/issues"
},
"homepage": "",
"_from": "gui-tool@",
"devDependencies": {},
"scripts": {
"testLocal": "mocha -g offline",
"test": "./node_modules/.bin/jscs . --reporter=utils/jscs_reporter.js && ./node_modules/.bin/jshint . --reporter=utils/jshint_reporter.js && ./node_modules/mocha/bin/mocha -g offline",
"jshint": "./node_modules/.bin/jshint . --reporter=utils/jshint_reporter.js",
"jscs": "./node_modules/.bin/jscs . --reporter=utils/jscs_reporter.js"
},
"license": "MIT"
}