| Current Path : /etc/kibana/node_modules/dfa/ |
| Current File : //etc/kibana/node_modules/dfa/package.json |
{
"name": "dfa",
"version": "1.1.0",
"description": "A state machine compiler",
"main": "index.js",
"dependencies": {
"babel-runtime": "^6.11.6"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"mocha": "^3.1.0",
"pegjs": "^0.10.0",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-local-resolve": "^1.0.7"
},
"scripts": {
"test": "mocha --require babel-register --require babel-polyfill",
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/devongovett/dfa.git"
},
"keywords": [
"state",
"machine",
"compiler"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devongovett/dfa/issues"
},
"homepage": "https://github.com/devongovett/dfa#readme",
"files": [
"index.js",
"index.js.map",
"compile.js",
"compile.js.map"
]
}