-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 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
31
32
33
34
35
36
37
{
"name": "@blackprint/engine",
"description": "Blackprint engine for JavaScript environment",
"version": "0.9.2",
"author": "Blackprint",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Blackprint/engine-js.git"
},
"bugs": {
"url": "https://github.com/Blackprint/engine-js/issues"
},
"homepage": "https://blackprint.github.io/",
"main": "dist/engine.min.js",
"module": "dist/engine.mjs",
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"require": "./dist/engine.min.js",
"import": "./dist/engine.mjs"
},
"./es6-https-loader": "./es6-https-loader.mjs",
"./skeleton": {
"types": "./src/skeleton/index.d.ts",
"require": "./dist/skeleton.min.js",
"import": "./dist/skeleton.mjs"
}
},
"keywords": [
"visual-programming",
"flow-based-programming",
"blackprint",
"engine"
]
}