lexonomy_custom_editor/package.json

19 lines
403 B
JSON
Raw Normal View History

2019-11-05 21:18:20 +00:00
{
"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": {
"brfs": "^2.0.2",
2019-11-05 21:18:20 +00:00
"browserify": "^16.5.0",
"esmify": "^2.1.1",
"picnic": "^6.5.2",
2019-12-27 17:56:14 +00:00
"snabbdom": "^0.7.4",
"tinyify": "^2.5.2"
2019-11-05 21:18:20 +00:00
}
}