-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.98 KB
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
{
"name": "awly",
"version": "1.6.8",
"description": "CLI tools for awly",
"main": "awly.js",
"bin": {
"awly": "awly.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirceljm/awly-cli.git"
},
"keywords": [
"awly",
"cli"
],
"author": "Matej Šircelj",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirceljm/awly-cli/issues"
},
"homepage": "https://github.com/sirceljm/awly-cli#readme",
"dependencies": {
"@awly/dynamodb-admin": "^2.1.0",
"@awly/express-longpoll": "^1.0.0",
"@awly/lasso": "3.2.5",
"@awly/lasso-marko": "2.4.5",
"@awly/lasso-sass": "^3.0.2",
"@awly/marko": "4.6.5",
"app-module-path": "^2.2.0",
"aws-sdk": "^2.247.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"chokidar": "^2.0.3",
"co": "^4.6.0",
"complain": "^1.3.0",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"deasync": "^0.1.13",
"dotenv": "^4.0.0",
"download-git-repo": "^1.0.1",
"dynalite": "^2.0.0",
"express-promise-router": "^3.0.2",
"extract-text-webpack-plugin": "^3.0.2",
"graphql": "^0.13.2",
"graphql-server-express": "^1.3.6",
"jszip": "^3.1.5",
"lasso-babel-transform": "^1.0.2",
"lasso-less": "^3.0.1",
"levelgraph": "^2.1.1",
"lodash": "^4.17.10",
"marko-loader": "^1.3.3",
"match-requires": "^2.0.1",
"minimist": "^1.2.0",
"node-forge": "^0.7.5",
"qs": "^6.5.2",
"query-string": "^5.1.1",
"requires-regex": "^1.0.4",
"s3": "^4.4.0",
"shelljs": "^0.7.8",
"spdy": "^3.4.7",
"svgo": "^1.0.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"vorpal": "^1.12.0",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}