lidl
Version:
The LIDL Interaction Desccription Language
65 lines (64 loc) • 1.44 kB
JSON
{
"name": "lidl",
"version": "0.1.9",
"description": "The LIDL Interaction Desccription Language",
"main": "index.js",
"scripts": {
"test": "gulp jest",
"prepublish": "gulp prepublish"
},
"keywords": [
"iii",
"lidl",
"interaction",
"interactive",
"interactor",
"ui",
"dsl",
"domain specific language"
],
"author": {
"name": "Vincent Lecrubier",
"email": "vincent.lecrubier@gmail.com",
"url": "http://www.vincentlecrubier.fr/"
},
"license": "MIT",
"dependencies": {
"escodegen": "^1.7.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^3.10.1"
},
"devDependencies": {
"async": "^1.4.2",
"chalk": "^1.1.1",
"circular-json": "^0.2.0",
"esprima": "^2.6.0",
"factis": "^1.0.3",
"json-stringify-safe": "^5.0.1",
"minimist": "^1.2.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.1",
"gulp-jest": "^0.4.0",
"gulp-mocha": "^2.1.3",
"gulp-newer": "^0.5.1",
"gulp-peg": "^0.1.2",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.22",
"jest-cli": "^0.5.10",
"mocha": "^2.3.3",
"pegjs": "^0.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"jest": {
"collectCoverage": true,
"testPathIgnorePatterns": [
"node_modules",
"src"
]
}
}