node-rawtherapee/package.json

16 lines
363 B
JSON
Raw Normal View History

2020-11-26 17:58:42 +01:00
{
"name": "rawtherapee",
2020-11-29 14:00:28 +01:00
"version": "1.0.0",
2020-11-26 17:58:42 +01:00
"description": "rawtherapee-cli wrapper to process RAW images in NodeJs",
"repository": "https://github.com/clovfr/node-rawtherapee",
"author": "Clovis Gauzy",
"license": "BSD-3",
2020-11-29 14:37:00 +01:00
"main": "rawtherapee.js",
"devDependencies": {
"standard": "^16.0.3"
},
"scripts": {
"test": "standard"
}
2020-11-26 17:58:42 +01:00
}