-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 991 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 991 Bytes
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
{
"name": "540-web",
"version": "0.1.0",
"description": "540 web page",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git subtree push --prefix build origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/540/540.github.io.git"
},
"author": "540 dev team",
"license": "ISC",
"bugs": {
"url": "https://github.com/540/540.github.io/issues"
},
"homepage": "https://github.com/540/540.github.io#readme",
"devDependencies": {
"bower": "^1.7.9",
"metalsmith": "^2.3.0",
"metalsmith-autoprefixer": "^1.1.0",
"metalsmith-beautify": "0.0.7",
"metalsmith-branch": "0.0.4",
"metalsmith-browser-sync": "^1.1.0",
"metalsmith-collections-540": "^0.7.0",
"metalsmith-copy-assets-540": "^1.0.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-sass": "^1.3.0",
"metalsmith-twig-540": "^1.0.2"
}
}