forked from AllMangasReader-dev/AMR
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 695 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "AMR",
"version": "1.5.6",
"description": "[](https://coveralls.io/r/AllMangasReader-dev/AMR) [](https://codeclimate.com/github/AllMangasReader-dev/AMR)",
"main": "index.js",
"devDependencies": {
"jsonlint": "1.6.x"
},
"scripts": {
"test": "jsonlint manifest.json _locales/*/*.json"
},
"repository": {
"type": "git",
"url": "git://github.com/AllMangasReader-dev/AMR.git"
},
"author": "",
"license": "GLP v3",
"bugs": {
"url": "https://github.com/AllMangasReader-dev/AMR/issues"
}
}