mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
699 B
26 lines
699 B
{
|
|
"name": "@duktape/duktape-repo",
|
|
"version": "2.99.99",
|
|
"description": "Dummy package for Duktape repository",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"private": true,
|
|
"homepage": "https://duktape.org/",
|
|
"author": {
|
|
"name": "Sami Vaarala",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"contributors": [],
|
|
"repository": "github:svaarala/duktape",
|
|
"scripts": {},
|
|
"bugs": {
|
|
"url": "https://github.com/svaarala/duktape/issues",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"org_duktape": {
|
|
"comment": "All custom properties should go here.",
|
|
"extDependencies": {}
|
|
}
|
|
}
|
|
|