25 lines
701 B
JSON
25 lines
701 B
JSON
{
|
|
"name": "research-home-page",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.13",
|
|
"sass": "^1.29.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "sass --watch css/style.scss css/style.css",
|
|
"scss": "sass css/style.scss css/style.css",
|
|
"js": "cd js && cat jquery.min.js jquery.stickytableheaders.min.js bootstrap.min.js readtheorg.js > script.js",
|
|
"start": "browser-sync start --server --files \"css/*.css, js/*.js\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tdehaeze.xyz/tdehaeze/research-home-page.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Dehaeze Thomas",
|
|
"license": "MIT"
|
|
}
|