forked from soderlind/read-offline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "read-offline",
"title": "Read Offline",
"version": "0.7.6",
"git_tag": "0.7.6",
"description": "Read Offline allows you to download or print posts and pages. You can download the posts as PDF, ePub or mobi",
"main": "read-offline.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": {
"type": "git",
"url": "git://github.com/soderlind/read-offline.git"
},
"license": "GPL",
"bugs": {
"url": "https://github.com/soderlind/read-offline/issues/new"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-inpsyde": "^1.0.0",
"git-changelog": "^1.0.0",
"grunt": "^1.0.1",
"grunt-changelog": "^0.3.1",
"grunt-cli": "~1.2.0",
"grunt-composer": "^0.4.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-file-creator": "^0.1.3",
"grunt-git": "^1.0.0",
"grunt-github-changes": "0.1.0",
"grunt-push-svn": "^0.2.1",
"grunt-remove": "^0.1.0",
"grunt-svn-export": "^0.1.7",
"grunt-templated-changelog": "^0.1.3",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^0.5.2"
}
}