forked from staruml/metadata-json
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 683 Bytes
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
{
"name": "metadata-json",
"description": "Framework for metadata encoded by Metadata-JSON.",
"homepage": "https://github.com/staruml/metadata-json",
"author": {
"name": "Minkyu Lee",
"email": "niklaus.lee@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/staruml/metadata-json.git"
},
"main": "metadata-json.js",
"version": "0.9.12",
"dependencies": {
"fs-extra": "0.12.0",
"requirejs": "2.1.15",
"underscore": "1.7.0",
"pdfkit": "0.7.1",
"ejs": "2.5.7",
"markdown": "0.5.0",
"escape-html": "1.0.1",
"canvas": "1.6.9"
}
}