forked from ember-learn/guides-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
48
49
50
51
52
53
{
"name": "@ember-learn/guides-source",
"version": "3.7.0",
"description": "Markdown files for Ember-Guides",
"homepage": "https://github.com/ember-learn/guides-source#readme",
"bugs": {
"url": "https://github.com/ember-learn/guides-source/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-learn/guides-source.git"
},
"license": "MIT",
"contributors": [
"Chris Manson <[email protected]>",
"Ember.JS Learning team"
],
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"lint:md": "remark . --frail",
"release": "np",
"test": "mocha",
"test-watch": "npm test -- -w"
},
"devDependencies": {
"chai": "^4.1.2",
"ember-dictionary": "^0.1.13",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.8.0",
"lodash": "^4.17.4",
"markdown-link-extractor": "^1.1.1",
"mocha": "^5.0.0",
"np": "*",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-consistent": "^2.0.2",
"remark-preset-lint-recommended": "^3.0.2",
"remark-retext": "^3.1.2",
"require-directory": "^2.1.1",
"retext-contractions": "^2.1.3",
"retext-english": "^3.0.2",
"retext-indefinite-article": "^1.1.5",
"retext-repeated-words": "^1.2.2",
"retext-spell": "^2.4.0",
"retext-syntax-urls": "^1.0.1",
"unified": "^7.0.2",
"walk-sync": "^1.0.0"
}
}