forked from kitajchuk/node-squarespace-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 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
{
"title": "Node Squarespace Server",
"name": "node-squarespace-server",
"description": "A local Squarespace development server in node.js for folks using the developer platform.",
"version": "0.1.31",
"homepage": "https://github.com/kitajchuk/node-squarespace-server",
"readmeFilename": "README.md",
"contributors": [
{
"name": "Brandon Kitajchuk",
"email": "kitajchuk@gmail.com",
"url": "http://blkpdx.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kitajchuk/node-squarespace-server.git"
},
"bugs": {
"url": "https://github.com/kitajchuk/node-squarespace-server/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kitajchuk/node-squarespace-server/blob/master/LICENSE"
}
],
"main": "squarespace-startup",
"directories": {
"bin": "./bin"
},
"bin": {
"sqs": "./bin/squarespace-server"
},
"dependencies": {
"node-squarespace-jsont": "~0.1.5",
"node-squarespace-middleware": "~0.1.3",
"request": "~2",
"express": "~4.9",
"slug": "~0.7",
"less": "~1.7",
"underscore": "~1.7",
"uglifycss": "0.0.9",
"body-parser": "~1.9",
"cookie": "~0.1",
"fs-extra": "~0.12",
"forever": "~0.11",
"exec": "~0.1",
"mustache": "~0.8",
"phpjs": "~1.3"
},
"keywords": [
"squarespace",
"json-template",
"express"
]
}