scenario-maker
Version:
controll app process
45 lines (44 loc) • 997 B
JSON
{
"name": "scenario-maker",
"version": "1.1.1",
"description": "controll app process",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/seokju-na/ScenarioMaker.js.git"
},
"keywords": [
"Scenario",
"App Controlling"
],
"author": {
"name": "seokju-na",
"email": "seokmaTD@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carret/scenario-maker/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/carret/scenario-maker",
"devDependencies": {
"browserify": "^12.0.1",
"connect": "^3.4.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.3.1",
"gulp-uglify": "^1.5.1",
"jspm": "^0.16.19",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"es6-promise": "^3.0.2",
"keymirror": "^0.1.1",
"underscore": "^1.8.3"
}
}