wallet-core/node_modules/pogen/package.json

14 lines
213 B
JSON
Raw Normal View History

2017-05-24 15:10:37 +02:00
{
"name": "pogen",
"version": "1.0.0",
"main": "pogen.js",
"author": "Florian Dold",
"license": "GPL-2.0+",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^2.2.2"
}
}