-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "git+https://github.com/xanpj/postit-js-extensions.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/postit-js-extensions",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/xanpj/postit-js-extensions.git",
"rawSpec": "git+https://github.com/xanpj/postit-js-extensions.git",
"saveSpec": "git+https://github.com/xanpj/postit-js-extensions.git",
"fetchSpec": "https://github.com/xanpj/postit-js-extensions.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/xanpj/postit-js-extensions.git#70ac971e38de843452aaa1e81c289d2244650c45",
"_spec": "git+https://github.com/xanpj/postit-js-extensions.git",
"_where": "/Users/admin/Documents/code/diagramtest/postit-js-2/example",
"author": {
"name": "xanpj"
},
"bugs": {
"url": "https://github.com/xanpj/postit-js-extensions/issues"
},
"bundleDependencies": false,
"dependencies": {
"immutable": "^4.0.0",
"less": "^3.11.3",
"less-loader": "^6.1.2",
"lodash": "^4.17.15"
},
"deprecated": false,
"description": "A community maintained set of extensions for diagram-js based projects such as postit-js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"homepage": "https://github.com/xanpj/postit-js-extensions#readme",
"keywords": [
"postit-js"
],
"license": "ISC",
"main": "index.js",
"name": "postit-js-extensions",
"repository": {
"type": "git",
"url": "git+https://github.com/xanpj/postit-js-extensions.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"version": "1.0.0",
"devDependencies": {
"eslint": "^7.5.0",
"eslint-plugin-bpmn-io": "^0.11.0"
}
}