This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "dkt.flow-engine",
"version": "1.0.0",
"description": "",
"main": "./cli/dkt",
"repository": {
"type": "git",
"url": "https://github.com/kreuzwerker/DKT.flows-engine"
},
"scripts": {
"test": "cli/dkt test all",
"build": "cli/dkt stack build -v",
"deploy": "cli/dkt stack deploy -s Dev -v",
"lint": "eslint --ignore-pattern '/dist/' --ignore-pattern '/node-modules/' .",
"babel-node": "babel-node"
},
"author": "Johannes Dirr <johannes.dirr@kreuzwerker.de>",
"license": "MIT",
"dependencies": {
"aws-sdk": "2.157.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.2",
"babel-loader": "7.1.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"bluebird": "3.5.1",
"chai": "4.1.2",
"colors": "1.1.2",
"commander": "2.12.2",
"csv": "2.0.0",
"csvtojson": "1.1.9",
"del": "3.0.0",
"feedparser-promised": "1.4.2",
"graphql": "0.11.7",
"graphql-tag": "2.5.0",
"json-2-csv": "2.1.2",
"jsonpath-plus": "0.16.0",
"lodash": "4.17.4",
"mocha": "4.0.1",
"moment-timezone": "0.5.14",
"node-fetch": "1.7.3",
"read-art": "0.5.4",
"shortid": "2.2.8",
"uglifyjs-webpack-plugin": "1.1.1",
"unfluff": "https://github.com/johipsum/node-unfluff/tarball/frontend-support",
"uuid": "3.1.0",
"webpack": "3.8.1",
"yazl": "2.4.3"
},
"devDependencies": {
"eslint": "4.10.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0"
}
}