-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "psiphon-circumvention-system-website",
"private": true,
"version": "0.0.1",
"description": "Website for Psiphon. Based on Twitter Bootstrap skeleton for DocPad.",
"homepage": "https://psiphon3.com",
"keywords": [
"censorship",
"circumvention",
"psiphon",
"open internet"
],
"author": "Psiphon Inc.",
"repository": {
"type": "git",
"url": "https://github.com/Psiphon-Inc/psiphon-website.git"
},
"engines": {
"node": ">=0.10",
"npm": ">=2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"docpad": "~6.79.4",
"docpad-plugin-coffeescript": "^2.7.0",
"docpad-plugin-eco": "^2.3.0",
"docpad-plugin-highlightjs": "^2.6.0",
"docpad-plugin-less": "^2.6.0",
"docpad-plugin-marked": "^2.5.0",
"docpad-plugin-partials": "^2.13.0",
"docpad-plugin-related": "^2.4.0",
"docpad-plugin-text": "^2.6.0",
"lodash": "^4.17.15"
},
"devDependencies": {},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}