forked from erikasf/hikes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 Bytes
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
{
"name": "guide-articles",
"version": "1.0.0",
"description": "",
"main": "normaliseArticles.js",
"scripts": {
"meta": "node normaliseArticles.js",
"lint": "eslint . --ext .md",
"pretest": "npm run lint",
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/freecodecamp/guide-articles.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/freecodecamp/guide-articles/issues"
},
"homepage": "https://github.com/freecodecamp/guide-articles#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"fs-extra": "^3.0.1",
"rx": "^4.1.0"
}
}