node-rawtherapee/package.json

17 lines
376 B
JSON
Raw Normal View History

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