]> git.immae.eu Git - github/wallabag/wallabag.git/blob - package.json
Assets work
[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 "jquery": "^2.2.1",
31 "jquery-ui": "^1.10.5",
32 "jquery.cookie": "^1.4.1",
33 "jquery.tinydot": "^0.2.1",
34 "load-grunt-tasks": "^3.4.1",
35 "materialize-css": "0.97.5",
36 "npm": "^3.8.3",
37 "pickadate": "^3.5.6",
38 "pixrem": "^3.0.0",
39 "postcss-cssnext": "^2.5.1",
40 "prismjs": "^1.4.1",
41 "through": "^2.3.8"
42 },
43 "engines": {
44 "node": ">0.12"
45 },
46 "browser": {
47 "jquery": "./node_modules/jquery/dist/jquery.js",
48 "jQuery": "./node_modules/jquery/dist/jquery.js",
49 "materialize": "./node_modules/materialize-css/bin/materialize.js"
50 },
51 "browserify-shim": {
52 "jquery": "$",
53 "jQuery": "jQuery",
54 "materialize": "materialize"
55 },
56 "browserify": {
57 "transform": [
58 "browserify-shim"
59 ]
60 },
61 "repository": {
62 "type": "git",
63 "url": "https://github.com/wallabag/wallabag"
64 },
65 "contributors": [
66 {
67 "name": "Nicolas Lœuillet",
68 "email": "nicolas@loeuillet.org",
69 "homepage": "http://www.cdetc.fr",
70 "role": "Developer"
71 },
72 {
73 "name": "Thomas Citharel",
74 "homepage": "http://tcit.fr",
75 "role": "Developer"
76 },
77 {
78 "name": "Jérémy Benoist",
79 "homepage": "http://www.j0k3r.net",
80 "role": "Developer"
81 }
82 ],
83 "license": "MIT",
84 "bugs": {
85 "url": "https://github.com/wallabag/wallabag/issues"
86 },
87 "devDependencies": {
88 "babel-eslint": "^6.1.2",
89 "eslint": "^2.13.1",
90 "eslint-config-airbnb": "^9.0.1",
91 "stylelint": "^7.3.1",
92 "stylelint-config-standard": "^13.0.2"
93 }
94 }