-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 Bytes
/
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
{
"name": "jalpc_jekyll_theme",
"version": "1.0.0",
"description": "npm config file for jalpc",
"main": "index.js",
"scripts": {
"compress": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jack614/jalpc_jekyll_theme.git"
},
"author": "Kun Jia",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jack614/jalpc_jekyll_theme/issues"
},
"homepage": "https://github.com/Jack614/jalpc_jekyll_theme#readme",
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^3.3.6",
"clean-css": "^4.0.0",
"components-font-awesome": "^4.7.0",
"font-mfizz": "^2.3.0",
"gritter": "^1.7.4",
"jquery": "^3.0.0",
"jquery-slimscroll": "^1.3.8",
"metismenu": "^2.5.2",
"normalize.css": "^4.2.0",
"pace-progress": "^1.0.2",
"peity": "^3.2.0",
"uglify-js": "^2.7.5",
"wowjs": "^1.1.2"
}
}