forked from ember-learn/guides-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 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
33
34
35
36
37
38
39
{
"name": "@ember-learn/guides-source",
"version": "3.1.9",
"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": {
"release": "np",
"test": "mocha",
"test-watch": "npm test -- -w"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"lodash": "^4.17.4",
"markdown-link-extractor": "^1.1.1",
"mocha": "^5.0.0",
"np": "*",
"require-directory": "^2.1.1",
"walk-sync": "^0.3.2"
}
}