forked from asual/mxgraph-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 834 Bytes
/
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
{
"name": "mxgraph-factory",
"description": "A tiny CommonJS wrapper for mxGraph",
"keywords": [
"mxgraph",
"typescript"
],
"version": "4.0.6",
"bugs": "https://github.com/asual/mxgraph-factory/issues",
"license": "Apache-2.0",
"author": "Rostislav Hristov <rostislav@asual.com>",
"repository": "asual/mxgraph-factory",
"scripts": {
"prepare": "webpack"
},
"main": "./index.js",
"types": "./index.d.ts",
"devDependencies": {
"@types/node": "12.12.7",
"copy-webpack-plugin": "5.0.5",
"exports-loader": "0.7.0",
"mxgraph": "4.0.6",
"ts-loader": "6.2.1",
"tslint": "5.20.1",
"tslint-loader": "3.5.4",
"typescript": "3.7.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10"
}
}