-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 678 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 678 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
{
"name": "ruby-web-dev-intro",
"version": "0.0.1",
"description": "Introdução de Desenvolvimento Web com Ruby",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.2.0",
"onchange": "^2.5.0"
},
"scripts": {
"test": "markdownlint --config lint.json *.md",
"watch": "onchange '*.md' -v -- npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roberto/ruby-web-dev-intro.git"
},
"author": "",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/roberto/ruby-web-dev-intro/issues"
},
"homepage": "https://github.com/roberto/ruby-web-dev-intro#readme"
}