-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 KB
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": "loira-designer",
"version": "0.5.0",
"description": "Web page diagram designer",
"main": "LoiraDesigner.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lanstat/loiraDesigner.git"
},
"keywords": [
"uml",
"loira",
"designer",
"js",
"diagram"
],
"author": "Juan Javier Garson Aparicio <lanstat@gmail.com> (http://www.lanstat.net)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lanstat/loiraDesigner/issues"
},
"homepage": "https://github.com/lanstat/loiraDesigner#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "2.6.1",
"gulp-eslint": "5.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-load-utils": "0.0.4",
"gulp-task-listing": "1.1.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "3.0.1",
"gulp-util": "3.0.8",
"jquery": "3.3.1",
"karma": "3.0.0",
"karma-coverage": "1.1.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-qunit": "2.1.0",
"qunitjs": "~2.4.1",
"typescript": "^3.2.2"
},
"dependencies": {
"gulp-sourcemaps": "^2.6.4"
}
}