-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
57 lines (57 loc) · 1.49 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
{
"version": "2.40.3",
"scripts": {
"test": "eslint . && mocha"
},
"license": "MIT",
"main": "index.js",
"name": "apostrophe-workflow",
"author": {
"name": "Apostrophe Technologies LLC"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-workflow.git"
},
"homepage": "https://github.com/apostrophecms/apostrophe-workflow#readme",
"keywords": [
"apostrophe",
"apostrophecms",
"apostrophe-cms",
"content management",
"content management system",
"cms",
"workflow",
"localization",
"editorial"
],
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-workflow/issues"
},
"deprecated": false,
"description": "Workflow, approvals, localization and internationalization for ApostropheCMS",
"bundleDependencies": false,
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"async": "^1.5.2",
"bluebird": "^3.7.2",
"eslint-config-apostrophe": "^2.0.2",
"express-session": "^1.17.1",
"json-diff": "^0.5.3",
"jsondiffpatch": "^0.2.5",
"minimatch": "^3.0.4",
"qs": "^6.9.4",
"request-promise": "^4.2.6"
},
"devDependencies": {
"apostrophe": "^2.220.7",
"apostrophe-override-options": "^2.2.1",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^8.2.1"
}
}