Requirements

This commit is contained in:
2019-06-25 22:44:15 +05:30
parent 869be88680
commit f18556b728
2 changed files with 49 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "xml-servicefile-parser",
"version": "1.0.0",
"description": "Noob script to create scripts onn servicefile.xml",
"main": "index.js",
"scripts": {
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisvrose/xml-servicefile-parser.git"
},
"author": "Christopher Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisvrose/xml-servicefile-parser/issues"
},
"homepage": "https://github.com/chrisvrose/xml-servicefile-parser#readme",
"dependencies": {
"xml2js": "^0.4.19"
}
}