-
-
Notifications
You must be signed in to change notification settings - Fork 528
/
package.json
47 lines (47 loc) · 1.24 KB
/
package.json
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
41
42
43
44
45
46
47
{
"name": "fantastic-ios-architecture",
"version": "1.0.0",
"description": "🏯 Better ways to structure iOS apps",
"main": "index.js",
"scripts": {
"test": "remark README.md -f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onmyway133/fantastic-ios-architecture.git"
},
"keywords": [
"ios-architecture",
"fantastic"
],
"author": "onmyway133",
"license": "The MIT License (MIT)",
"bugs": {
"url": "https://github.com/onmyway133/fantastic-ios-architecture/issues"
},
"homepage": "https://github.com/onmyway133/fantastic-ios-architecture#readme",
"dependencies": {
"remark": "^8.0.0",
"remark-cli": "^4.0.0",
"remark-lint": "^6.0.0",
"remark-lint-alphabetize-lists": "^2.0.0",
"remark-lint-are-links-valid-alive": "^0.2.1",
"remark-lint-are-links-valid-duplicate": "^0.2.1",
"remark-preset-lint-recommended": "^3.0.0"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
],
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid-duplicate",
"remark-lint-are-links-valid-alive"
],
"settings": {
"commonmark": true
}
}
}