2017-11-23 20:14:38 +02:00
|
|
|
{
|
|
|
|
"name": "tools",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-02-01 22:15:31 +02:00
|
|
|
"app-module-path": "^2.2.0",
|
2018-02-27 22:04:38 +02:00
|
|
|
"fs-extra": "^4.0.3",
|
2017-12-04 19:55:06 +02:00
|
|
|
"gettext-parser": "^1.3.0",
|
|
|
|
"marked": "^0.3.7",
|
2017-12-04 20:16:14 +02:00
|
|
|
"mustache": "^2.3.0",
|
2018-01-17 22:16:13 +02:00
|
|
|
"node-fetch": "^1.7.3",
|
2018-02-27 22:04:38 +02:00
|
|
|
"string-padding": "^1.0.2",
|
2018-01-17 22:16:13 +02:00
|
|
|
"uri-template": "^1.0.1"
|
2017-11-23 20:14:38 +02:00
|
|
|
}
|
|
|
|
}
|