esf-puml
Version:
Renders puml-files from nested directories, a string or a single *.puml file
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "esf-puml",
"version": "0.6.4",
"description": "Renders puml-files from nested directories, a string or a single *.puml file",
"main": "index.js",
"scripts": {
"test": "npm i -D; gulp tst"
},
"repository": {
"type": "git",
"url": "https://github.com/bondden/esf-puml.git"
},
"keywords": [
"PlantUML",
"dot",
"uml",
"esf"
],
"author": "Denis Bondarenko <bond.den@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/bondden/esf-puml",
"directories": {
"bin": "./bin"
},
"files": [
"bin",
"src",
"tst",
".babelrc",
".eslintrc",
".editorconfig",
".gitattributes",
".gitignore",
".npmignore",
"gulpfile.babel.js"
],
"dependencies": {
"babel-polyfill": "^6.13.0",
"fs-extra": "^0.26.7",
"svgo": "^0.6.6"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015-node6": "^0.3.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"istanbul": "^0.4.5",
"mocha-lcov-reporter": "^1.2.0"
}
}