-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.06 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
{
"title": "Node Squarespace Middleware",
"name": "node-squarespace-middleware",
"description": "Interface with a Squarespace site using a node.js application.",
"version": "0.3.1",
"homepage": "https://github.com/NodeSquarespace/node-squarespace-middleware",
"readmeFilename": "README.md",
"contributors": [
{
"name": "Brandon Kitajchuk",
"email": "[email protected]",
"url": "http://blkpdx.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/NodeSquarespace/node-squarespace-middleware.git"
},
"bugs": {
"url": "https://github.com/NodeSquarespace/node-squarespace-middleware/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/NodeSquarespace/node-squarespace-middleware/blob/master/LICENSE"
}
],
"main": "squarespace-middleware",
"dependencies": {
"cookie": "~0.1",
"node-squarespace-logger": "^0.1.0",
"request": "~2",
"underscore": "~1.7"
},
"keywords": [
"squarespace",
"json-template",
"middleware",
"request"
]
}