-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "swint",
"version": "2.6.0",
"description": "Swint - Integrated web server/client framework",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib"
},
"repository": {
"type": "git",
"url": "https://github.com/Knowre-Dev/swint.git"
},
"keywords": [
"swint",
"web",
"framework"
],
"author": "Kurt Cho <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/Knowre-Dev/swint/issues"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/Knowre-Dev/swint",
"dependencies": {
"swint-akamai-purge": "1.0.8",
"swint-builder-css": "2.0.14",
"swint-builder-html": "1.2.13",
"swint-builder-js": "1.0.14",
"swint-builder-png": "1.0.12",
"swint-builder-polymer": "2.2.10",
"swint-builder-svg": "1.0.13",
"swint-cloudfront-purge": "1.0.12",
"swint-configure": "1.0.12",
"swint-copy-dir": "1.0.12",
"swint-fork": "1.2.11",
"swint-helper": "1.2.10",
"swint-middleware": "1.1.12",
"swint-pipe": "1.0.12",
"swint-proc-ops": "1.0.13",
"swint-query": "1.2.5",
"swint-redis-cache": "1.0.12",
"swint-router": "1.1.2",
"swint-s3upload": "1.1.11",
"swint-secret": "1.0.14",
"swint-server": "1.3.2",
"swint-task": "1.0.12"
},
"devDependencies": {
"mocha": "6.0.2",
"eslint": "5.15.1",
"request": "2.88.0"
}
}