Add package.json and gitignore
This commit is contained in:
parent
54e21f2b2d
commit
fcddbf85b0
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
clientpack/**
|
||||||
|
node_modules/**
|
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user