-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@ysdn/gradshow",
"version": "1.0.0",
"description": "Primary site repository",
"private": true,
"main": "bin/www",
"bin": [
"bin/build",
"bin/build-css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ysdn-2016/ysdn-2016.github.io.git"
},
"author": "Ross Zurowski <[email protected]> (http://rosszurowski.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysdn-2016/ysdn-2016.github.io/issues"
},
"homepage": "https://github.com/ysdn-2016/ysdn-2016.github.io#readme",
"dependencies": {
"autosize-input": "^0.2.1",
"cash-dom": "^1.0.0",
"component-raf": "^1.2.0",
"deck": "0.0.4",
"fisher-yates": "^1.0.3",
"fixed-sticky": "^0.1.6",
"fuse.js": "^2.2.0",
"instafeed.js": "^1.4.1",
"layzr.js": "^2.0.4",
"masonry-layout": "^4.0.0",
"page": "^1.6.4",
"quartz-layout": "^0.1.11",
"raf-scroll": "^1.3.0",
"scrollmonitor": "^1.0.12",
"slug-component": "^1.1.0",
"veinjs": "git+https://github.com/israelidanny/veinjs.git"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"circular-json": "^0.3.0",
"cssnano": "^3.3.2",
"express": "^4.13.4",
"garnish": "^4.1.1",
"insane": "^2.5.0",
"js-yaml": "^3.4.3",
"key-del": "^1.2.3",
"marked": "^0.3.5",
"metalsmith": "^2.1.0",
"metalsmith-branch": "0.0.4",
"metalsmith-collections": "^0.7.0",
"metalsmith-copy": "^0.2.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-feed": "^0.2.0",
"metalsmith-html-minifier": "^2.0.0",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-paths": "^2.1.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-request": "^1.0.0",
"metalsmith-swig-helpers": "^1.3.2",
"metalsmith-tags": "^1.0.0",
"metalsmith-typography": "^0.1.1",
"metalsmith-validate": "^0.1.4",
"mkdirp": "^0.5.1",
"onchange": "^2.0.0",
"ora": "^0.2.1",
"partialify": "^3.1.6",
"postcss-cli": "^2.3.3",
"semistandard-format": "^2.1.0",
"slug-component": "^1.1.0",
"surge": "^0.17.7",
"swig": "^1.4.2",
"truncate-html": "0.0.6",
"watchify": "^3.7.0",
"wtch": "^4.0.1"
}
}