-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.56 KB
/
package.json
File metadata and controls
46 lines (46 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
{
"name": "holonomy.is",
"version": "0.2.0",
"description": "holonomy.is website",
"repository": {
"type": "git",
"url": "git://github.com/holonomy/holonomy.is.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/holonomy/holonomy.is/issues"
},
"homepage": "http://holonomy.is",
"dependencies": {
"docpad": "~6.63.7",
"lodash": "~2.4.1",
"semantic": "git+https://github.com/Semantic-Org/Semantic-UI#0.12.5",
"font-awesome": "git+https://github.com/FortAwesome/Font-Awesome#v4.0.3",
"d3": "~3.3.13",
"marked": "~0.3.1",
"jquery": "2.1.0",
"jquery-waypoints": "git+https://github.com/ahdinosaur/jquery-waypoints.git",
"jquery.scrollTo": "git+https://github.com/ahdinosaur/jquery.scrollTo.git",
"jquery.localScroll": "git+https://github.com/ahdinosaur/jquery.localScroll.git",
"docpad-plugin-browserifybundles": "~2.0.0",
"uglifyify": "~1.2.3"
},
"main": "node_modules/.bin/docpad-server",
"scripts": {
"start": "node .",
"develop": "docpad run",
"deploy": "git remote add target git@github.com:holonomy/holonomy.github.io.git; docpad deploy-ghpages --env static"
},
"devDependencies": {
"docpad-plugin-handlebars": "~2.3.0",
"docpad-plugin-partials": "~2.8.1",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.2.0",
"docpad-plugin-eco": "~2.0.3",
"docpad-plugin-raw": "git+https://github.com/ahdinosaur/docpad-plugin-raw.git",
"docpad-plugin-ghpages": "~2.4.3",
"longjohn": "~0.2.2",
"docpad-plugin-livereload": "~2.5.6"
}
}