forked from poteto/emberconf-2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 896 Bytes
/
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
{
"name": "emberconf-2017",
"version": "0.0.0",
"description": "A collection of links that summarize EmberConf 2017",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/remark-cli/cli.js README.md -f"
},
"author": "Lauren Tan <arr@sugarpirate.com> (http://www.sugarpirate.com)",
"license": "MIT",
"dependencies": {
"remark-cli": "^3.0.0",
"remark-lint": "^6.0.0",
"remark-lint-no-tabs": "^1.0.0",
"remark-lint-no-url-trailing-slash": "^3.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-preset-lint-recommended": "^2.0.0"
},
"remarkConfig": {
"plugins": [
"lint",
"remark-preset-lint-recommended",
"remark-lint-no-tabs",
"remark-lint-unordered-list-marker-style",
"remark-lint-no-url-trailing-slash",
[
"remark-lint-list-item-indent",
false
]
]
}
}