-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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 <[email protected]>",
"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"
}
}