-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 800 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
{
"name": "mancoxu_jekyll_site",
"version": "1.0.0",
"description": "npm config file for mancoxu",
"main": "index.js",
"scripts": {
"start": "jekyll serve",
"build": "node build.js",
"compress": "node build.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mancoxu/my-site.git"
},
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^3.3.6",
"clean-css": "^4.0.0",
"colors": "^1.1.2",
"components-font-awesome": "^4.7.0",
"font-mfizz": "^2.3.0",
"gritter": "^1.7.4",
"jquery": "^3.3.0",
"jquery-slimscroll": "^1.3.8",
"metismenu": "^2.5.2",
"normalize.css": "^4.2.0",
"pace-progress": "^1.0.2",
"peity": "^3.2.0",
"shelljs": "^0.7.6",
"uglify-js": "^2.7.5",
"wowjs": "^1.1.2"
}
}