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.
31 lines
731 B
31 lines
731 B
{ |
|
"name": "wiki-list-editor", |
|
"version": "0.8.13", |
|
"description": "Simple editor of lists", |
|
"author": "Peter Stuifzand <peter@p83.nl>", |
|
"main": "index.js", |
|
"sideEffects": ["**"], |
|
"scripts": { |
|
"test": "jasmine --require=esm" |
|
}, |
|
"keywords": [], |
|
"license": "ISC", |
|
"dependencies": { |
|
"dragula": "^3.7.2", |
|
"he": "^1.2.0", |
|
"jquery": "^3.5.1", |
|
"lodash": "^4.17.19" |
|
}, |
|
"devDependencies": { |
|
"esm": "^3.2.25", |
|
"jasmine": "^3.5.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+ssh://git@github.com/pstuifzand/list-editor.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/pstuifzand/list-editor/issues" |
|
}, |
|
"homepage": "https://github.com/pstuifzand/list-editor#readme" |
|
}
|
|
|