-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·50 lines (50 loc) · 1.15 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
{
"name": "CacheClassExplorer",
"version": "1.21.4",
"description": "UML Class Diagram Builder for InterSystems Data Platforms",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-html-replace": "^1.6.2",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.4.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-strip-comments": "^2.4.5",
"gulp-uglify": "^2.1.2",
"gulp-wrap": "^0.13.0",
"gulp-zip": "^4.0.0"
},
"scripts": {
"gulp": "gulp",
"zip": "gulp zipRelease"
},
"repository": {
"type": "git",
"url": "https://github.com/ZitRos/CacheUMLExplorer"
},
"keywords": [
"UMLExplorer",
"Caché",
"Class",
"Explorer",
"UML",
"diagram",
"builder"
],
"author": "ZitRo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/CacheUMLExplorer/issues"
},
"homepage": "https://github.com/ZitRos/CacheUMLExplorer"
}