]> git.immae.eu Git - github/wallabag/wallabag.git/blame - package.json
Update doc
[github/wallabag/wallabag.git] / package.json
CommitLineData
5ecdfcd0
TC
1{
2 "name": "wallabag",
0743287f 3 "version": "2.1.0",
5ecdfcd0
TC
4 "description": "wallabag is a self hostable application for saving web pages",
5 "main": "index.js",
6 "private": true,
7 "directories": {
8 "doc": "docs"
9 },
10 "dependencies": {
11 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
12 "autoprefixer": "^6.3.6",
c146f694
TC
13 "babel-preset-es2015": "^6.14.0",
14 "babelify": "^7.3.0",
5ecdfcd0
TC
15 "browserify": "^13.0.0",
16 "browserify-shim": "^3.8.12",
17 "cssnano": "^3.5.2",
9ccb96cf 18 "es6-promise": "^3.2.1",
5ecdfcd0
TC
19 "grunt": ">=0.4.0",
20 "grunt-browserify": "^5.0.0",
21 "grunt-cli": "^1.2.0",
22 "grunt-contrib-clean": "^1.0.0",
23 "grunt-contrib-concat": "^1.0.0",
24 "grunt-contrib-copy": "^1.0.0",
5ecdfcd0
TC
25 "grunt-contrib-symlink": "^1.0.0",
26 "grunt-contrib-uglify": "^1.0.0",
27 "grunt-postcss": "^0.8.0",
5ecdfcd0 28 "hammerjs": "^2.0.6",
8f234d01
TC
29 "icomoon-free-npm": "0.0.0",
30 "jquery": "^2.2.4",
31 "jquery-ui-browserify": "^1.11.0-pre-seelio",
5ecdfcd0 32 "jquery.cookie": "^1.4.1",
a374ac0f 33 "jquery.tinydot": "^0.2.1",
5ecdfcd0 34 "load-grunt-tasks": "^3.4.1",
8f234d01 35 "material-design-icons-iconfont": "^3.0.0",
5ecdfcd0
TC
36 "materialize-css": "0.97.5",
37 "npm": "^3.8.3",
38 "pickadate": "^3.5.6",
39 "pixrem": "^3.0.0",
40 "postcss-cssnext": "^2.5.1",
9ccb96cf 41 "prismjs": "^1.4.1",
8f234d01
TC
42 "ptsans-npm-webfont": "0.0.4",
43 "roboto-fontface": "^0.6.0",
9ccb96cf 44 "through": "^2.3.8"
5ecdfcd0
TC
45 },
46 "engines": {
47 "node": ">0.12"
48 },
49 "browser": {
50 "jquery": "./node_modules/jquery/dist/jquery.js",
51 "jQuery": "./node_modules/jquery/dist/jquery.js",
52 "materialize": "./node_modules/materialize-css/bin/materialize.js"
53 },
54 "browserify-shim": {
8f234d01
TC
55 "jquery": {
56 "exports": "$"
57 },
58 "materialize": "materialize",
59 "jquery-ui": {
60 "depends": "jquery",
61 "exports": null
62 }
5ecdfcd0
TC
63 },
64 "browserify": {
65 "transform": [
66 "browserify-shim"
67 ]
68 },
69 "repository": {
70 "type": "git",
71 "url": "https://github.com/wallabag/wallabag"
72 },
73 "contributors": [
74 {
75 "name": "Nicolas Lœuillet",
76 "email": "nicolas@loeuillet.org",
77 "homepage": "http://www.cdetc.fr",
78 "role": "Developer"
79 },
80 {
81 "name": "Thomas Citharel",
82 "homepage": "http://tcit.fr",
83 "role": "Developer"
84 },
85 {
86 "name": "Jérémy Benoist",
87 "homepage": "http://www.j0k3r.net",
88 "role": "Developer"
89 }
90 ],
91 "license": "MIT",
92 "bugs": {
93 "url": "https://github.com/wallabag/wallabag/issues"
0743287f
TC
94 },
95 "devDependencies": {
c146f694
TC
96 "babel-eslint": "^6.1.2",
97 "eslint": "^2.13.1",
98 "eslint-config-airbnb": "^9.0.1",
99 "stylelint": "^7.3.1",
100 "stylelint-config-standard": "^13.0.2"
5ecdfcd0
TC
101 }
102}