Add package.json and gitignore

This commit is contained in:
hanneshdc 2017-11-10 19:56:24 +13:00
parent 54e21f2b2d
commit fcddbf85b0
2 changed files with 23 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
clientpack/**
node_modules/**

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "nmdc-webfrontend",
"version": "1.0.0",
"description": "",
"main": "s",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ivysaur.me/code.ivysaur.me/nmdc-webfrontend"
},
"author": "",
"license": "ISC",
"dependencies": {
"html-minifier": "^3.5.6",
"less": "^2.7.3",
"less-plugin-clean-css": "^1.5.1",
"uglify-js": "^3.1.8"
}
}