FE-783: Add package.json (#11)

This commit is contained in:
Rinat Arsaev 2019-02-28 14:56:08 +03:00 committed by GitHub
parent 9fca248543
commit 2f387a68c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "machinegun_proto",
"version": "1.0.0",
"lockfileVersion": 1
}

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "machinegun_proto",
"version": "1.0.0",
"description": "Machinegun thrift protocol",
"private": true
}