forked from kelkes/express-contentpool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 675 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
{
"name": "express-contentpool",
"version": "0.0.12",
"description": "express middleware to use with contentpool.io",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kelkes/express-contentpool.git"
},
"keywords": [
"nodejs",
"express",
"contentpool"
],
"author": "David Wippel (kelkes)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelkes/express-contentpool/issues"
},
"homepage": "https://github.com/kelkes/express-contentpool",
"dependencies": {
"crypto": "0.0.3",
"express": "^3.4.8",
"node-uuid": "~1.4.1"
}
}