LinkMeUp/package.json

19 lines
367 B
JSON

{
"name": "link_me_up",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"clean-css": "^5.3.3",
"handlebars": "^4.7.8",
"html-minifier": "^4.0.0"
}
}