Added package.json to 'build'.

This commit is contained in:
Michel Kaporin
2017-04-04 17:23:53 +02:00
parent 47e5d4353a
commit 20fe186d31
4 changed files with 123 additions and 4 deletions

8
build/package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "build",
"version": "1.0.0",
"author": "Microsoft Corporation",
"devDependencies": {
"@types/xml2js": "^0.0.33"
}
}