forked from jhipster/jdl-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "jdl-studio",
"version": "0.0.5",
"private": true,
"description": "A UML visual editor for JHipster JDL",
"homepage": "https://jhipster.github.io/jdl-studio/",
"author": "Deepu KS <[email protected]>",
"license": "MIT",
"keywords": [
"uml",
"jdl",
"jhipster"
],
"dependencies": {
"lodash": "~3.7.0",
"dagre": "0.4.5"
},
"devDependencies": {
"browser-sync": "2.12.5",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-if": "2.0.0",
"gulp-inject": "4.0.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.0.0",
"gulp-rev-replace": "0.4.3",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.1.0",
"lazypipe": "1.0.1",
"main-bower-files": "2.11.1"
},
"scripts": {
"prepublish": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/jhipster/jdl-studio.git"
}
}