-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 Bytes
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
{
"name": "worksmith",
"version": "1.0.1",
"description": "A purely functional workflow engine ",
"main": "index.js",
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/guidesmiths/worksmith.git"
},
"keywords": [
"workflow",
"tasks",
"parallel"
],
"author": "GuideSmiths - PeterAronZentai",
"license": "MIT",
"bugs": {
"url": "https://github.com/guidesmiths/worksmith/issues"
},
"homepage": "https://github.com/guidesmiths/worksmith",
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.3",
"handlebars": "^4.1.0",
"lodash": "^4.17.11",
"pg": "^4.3.0",
"xregexp": "^2.0.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"require-version": "^1.1.1"
}
}