bookmarks/package.json

29 lines
594 B
JSON

{
"name": "bookmarks",
"version": "1.0.5",
"main": "js/index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/bookmarks.git"
},
"bugs": {
"url": "https://github.com/nextcloud/bookmarks/issues"
},
"homepage": "https://github.com/nextcloud/bookmarks#readme",
"devDependencies": {
"html-loader": "^0.5.5",
"webpack": "^3.12.0"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone.marionette": "^3.5.1",
"interactjs": "^1.4.10",
"jquery": "^3.3.1",
"select2": "^4.0.6",
"underscore": "^1.9.1"
}
}