forked from apostrophecms/apostrophe-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 843 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
{
"name": "apostrophe-workflow",
"version": "2.3.1",
"description": "Workflow, approvals, localization and internationalization for Apostrophe 2.x",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"deep-get-set": "^1.1.0",
"jsondiffpatch": "^0.2.4",
"lodash": "^3.10.1"
},
"devDependencies": {
"apostrophe": "^2.26.1",
"mocha": "^3.4.2"
},
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/punkave/apostrophe-workflow.git"
},
"keywords": [
"apostrophe",
"apostrophe",
"cms",
"workflow"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/punkave/apostrophe-workflow/issues"
},
"homepage": "https://github.com/punkave/apostrophe-workflow#readme"
}