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