Fix package.json
This commit is contained in:
parent
0577ea4cb4
commit
4d1b3ca1c1
@ -1,19 +1,17 @@
|
||||
{
|
||||
"name": "Kasm-Apps",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate json file",
|
||||
"main": "processjson.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
},
|
||||
"dependencies": {
|
||||
"folder-hash": "^4.0.2",
|
||||
"glob": "^7.1.6",
|
||||
"ncu": "^0.2.1"
|
||||
}
|
||||
}
|
||||
"name": "Kasm-Apps",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate json file",
|
||||
"main": "processjson.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {},
|
||||
"devDependencies": {
|
||||
"folder-hash": "^4.0.2",
|
||||
"glob": "^7.1.6"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user