-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "pixls.us-website",
"version": "1.0.0",
"description": "The main PIXLS.US website",
"author": {
"name": "Pat David",
"email": "[email protected]",
"url": "http://patdavid.net"
},
"license": "CC-BY-SA-4.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pixlsus/website.git"
},
"devDependencies": {},
"dependencies": {
"handlebars": "^4.0.5",
"http-server": "^0.12.1",
"metalsmith": "^2.1.0",
"metalsmith-atom": "0.0.4",
"metalsmith-branch": "0.0.4",
"metalsmith-clean": "0.0.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-more": "^0.2.0",
"metalsmith-paginate": "^0.3.0",
"metalsmith-pagination": "^1.0.0",
"metalsmith-path": "^0.2.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.3.0",
"metalsmith-snippet": "^2.0.0",
"metalsmith-watch": "^1.0.3",
"node-sass": "^4.13.1",
"rimraf": "^2.4.4",
"tar": "^5.0.5"
},
"scripts": {
"test": "node index.js"
}
}