mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 20:56:28 +00:00
66fa0c26ab
From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "wallabag",
|
|
"version": "2.3.3",
|
|
"description": "wallabag is a self hostable application for saving web pages",
|
|
"private": true,
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wallabag/wallabag"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nicolas Lœuillet",
|
|
"email": "nicolas@loeuillet.org",
|
|
"homepage": "http://www.cdetc.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Thomas Citharel",
|
|
"homepage": "http://tcit.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Jérémy Benoist",
|
|
"homepage": "http://www.j0k3r.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wallabag/wallabag/issues"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.1.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-preset-env": "^1.4.0",
|
|
"css-loader": "^0.28.0",
|
|
"eslint": "^4.0.0",
|
|
"eslint-config-airbnb-base": "^11.1.3",
|
|
"eslint-loader": "^1.7.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"extract-text-webpack-plugin": "^2.1.0",
|
|
"file-loader": "^0.11.0",
|
|
"lato-font": "^3.0.0",
|
|
"node-sass": "^4.5.2",
|
|
"postcss-loader": "^2.0.5",
|
|
"sass-loader": "^6.0.3",
|
|
"style-loader": "^0.18.2",
|
|
"stylelint": "^7.9.0",
|
|
"stylelint-config-standard": "^16.0.0",
|
|
"stylelint-webpack-plugin": "^0.7.0",
|
|
"url-loader": "^0.5.8",
|
|
"webpack": "^2.3.2",
|
|
"webpack-dev-server": "^2.4.4",
|
|
"webpack-manifest-plugin": "^1.1.0",
|
|
"webpack-merge": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
|
|
"clipboard": "^2.0.4",
|
|
"hammerjs": "^2.0.8",
|
|
"highlight.js": "^9.12.0",
|
|
"icomoon-free-npm": "^0.0.0",
|
|
"jquery": "^2.1.4",
|
|
"jquery.cookie": "^1.4.1",
|
|
"jr-qrcode": "^1.0.7",
|
|
"material-design-icons-iconfont": "^3.0.3",
|
|
"materialize-css": "^0.98.1",
|
|
"mousetrap": "^1.6.0",
|
|
"ptsans-npm-webfont": "^0.0.4",
|
|
"roboto-fontface": "^0.7.0",
|
|
"waypoints": "^4.0.1"
|
|
},
|
|
"scripts": {
|
|
"watch": "./node_modules/.bin/webpack-dev-server --env=dev",
|
|
"build:dev": "./node_modules/.bin/webpack --env=dev",
|
|
"build:prod": "./node_modules/.bin/webpack --env=prod"
|
|
}
|
|
}
|