forked from apostrophecms/apostrophe-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.23 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"_from": "apostrophe-workflow",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-NSOzLPQFBSR+xulY6Y3g131ItvGMidm9FqHMDoWeRQOZB223FFnxkUeEbTuiU0l3xxSeD5FbmaabHTvMkeHRXQ==",
"_location": "/apostrophe-workflow",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "apostrophe-workflow",
"name": "apostrophe-workflow",
"escapedName": "apostrophe-workflow",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/apostrophe-workflow/-/apostrophe-workflow-2.14.0.tgz",
"_shasum": "b1f6c6f599cf9e5b9e396f9849d6237f57a05d49",
"_spec": "apostrophe-workflow",
"_where": "/Users/boutell/tmp/test",
"author": {
"name": "P'unk Avenue LLC"
},
"bugs": {
"url": "https://github.com/punkave/apostrophe-workflow/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"async": "^1.5.2",
"bluebird": "^3.5.3",
"deep-get-set": "^1.1.0",
"eslint-config-apostrophe": "^2.0.2",
"express-session": "^1.15.6",
"json-diff": "^0.5.3",
"jsondiffpatch": "^0.2.5",
"minimatch": "^3.0.4",
"qs": "^6.6.0",
"request-promise": "^4.2.4"
},
"deprecated": false,
"description": "Workflow, approvals, localization and internationalization for Apostrophe 2.x",
"devDependencies": {
"apostrophe": "^2.86.0",
"apostrophe-override-options": "^2.2.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.1.1"
},
"homepage": "https://github.com/punkave/apostrophe-workflow#readme",
"keywords": [
"apostrophe",
"apostrophecms",
"apostrophe-cms",
"content management",
"content management system",
"cms",
"workflow"
],
"license": "MIT",
"main": "index.js",
"name": "apostrophe-workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/punkave/apostrophe-workflow.git"
},
"scripts": {
"test": "mocha && eslint ."
},
"version": "2.21.2"
}