first commit

This commit is contained in:
2019-11-05 22:18:20 +01:00
commit 1699990c02
22 changed files with 633 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "vsms-py",
"version": "0.0.1",
"description": "Trying out using transcrypt!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ozbolt Menegatti",
"license": "MPL2",
"devDependencies": {
"sorcery": "^0.10.0",
"sourceify": "^1.0.0",
"tinyify": "^2.5.2"
},
"dependencies": {
"browserify": "^16.5.0",
"esmify": "^2.1.1",
"snabbdom": "^0.7.3"
}
}