mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 04:29:01 +01:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "split.js",
|
|
"version": "1.5.7",
|
|
"description": "2kb unopinionated utility for resizeable split views",
|
|
"main": "dist/split.js",
|
|
"minified:main": "dist/split.min.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nathancahill/Split.js.git"
|
|
},
|
|
"keywords": ["css", "split", "flexbox", "tiny", "split-layout"],
|
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nathancahill/Split.js/issues"
|
|
},
|
|
"homepage": "https://split.js.org/",
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"test": "karma start",
|
|
"build": "rollup -c && npm run size",
|
|
"watch": "rollup -cw",
|
|
"size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\"",
|
|
"browserstack": "BROWSERSTACK_JSON=test/browserstack.json browserstack-runner --verbose"
|
|
},
|
|
"browserslist": [
|
|
"Chrome >= 22",
|
|
"Firefox >= 6",
|
|
"Opera >= 15",
|
|
"Safari >= 6.2",
|
|
"IE >= 9",
|
|
"IE 8"
|
|
],
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/splitjs"
|
|
}
|
|
}
|