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
675 B

3 years ago
{
"name": "rope-sequence",
"version": "1.3.3",
"description": "Rope-based persistent sequence type",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"build": "rollup -c",
"prepare": "npm run build",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marijnh/rope-sequence.git"
},
"keywords": [
"persistent",
"data",
"structure",
"rope",
"sequence"
],
"author": "Marijn Haverbeke <marijnh@gmail.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-buble": "^0.20.0",
"rollup": "^1.26.3",
"rollup-plugin-commonjs": "^10.1.0"
}
}