node-rawtherapee/package.json

17 lines
376 B
JSON

{
"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": "*"
}
}