-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 937 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 937 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
{
"name": "internette.github.io",
"version": "1.0.0",
"description": "Welcome to my, Antoinette's, github repo for my portfolio. Here, you can see everything to do with my site.",
"main": "index.html",
"dependencies": {
"node-sass": "^4.13.1"
},
"devDependencies": {
"child_process": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "bundle exec jekyll serve",
"compile-scss": "node ./build_scripts/scss.js --production",
"postcompile-scss": "node ./build_scripts/cp.js",
"build": "npm run compile-scss && bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/internette/internette.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/internette/internette.github.io/issues"
},
"homepage": "https://github.com/internette/internette.github.io#readme"
}