-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.16 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
{
"name": "roc-package-web-app",
"version": "1.0.0",
"description": "Package for building web applications using Roc",
"main": "lib/index.js",
"files": [
"lib",
"app",
"certificate"
],
"keywords": [
"roc",
"roc-package",
"webpack",
"server",
"client"
],
"repository": "https://github.com/rocjs/extensions",
"author": "Schibsted",
"contributors": [
{
"name": "Gustaf Dalemar"
}
],
"license": "MIT",
"dependencies": {
"config": "~1.16.0",
"debug": "~2.2.0",
"koa": "~1.1.1",
"koa-accesslog": "~0.0.2",
"koa-add-trailing-slashes": "~1.1.0",
"koa-compressor": "~1.0.3",
"koa-conditional-get": "~1.0.3",
"koa-errors": "~1.0.1",
"koa-etag": "~2.0.0",
"koa-favicon": "~1.2.0",
"koa-helmet": "~0.3.0",
"koa-logger": "~1.3.0",
"koa-lowercase-path": "~1.0.0",
"koa-normalize-path": "~1.0.0",
"koa-remove-trailing-slashes": "~1.0.0",
"koa-static": "~2.0.0",
"lodash": "4.13.1",
"roc": "^1.0.0-rc.23",
"roc-package-webpack-node": "^1.0.0",
"roc-package-webpack-web": "^1.0.0"
},
"roc": {
"packages": [
"./lib/index.js"
]
}
}