-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 867 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 867 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": "code-of-conduct",
"version": "1.0.0",
"description": "All attendees, speakers, sponsors and volunteers at our meetup are required to agree with the following code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to help ensure a safe environment for everybody.",
"main": "convert-to-pdf.js",
"dependencies": {
"markdown-pdf": "^8.0.0",
"prompt": "^1.0.0",
"through2": "^2.0.3"
},
"devDependencies": {},
"scripts": {
"convert": "node ./convert-to-pdf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactvienna/code-of-conduct.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactvienna/code-of-conduct/issues"
},
"homepage": "https://github.com/reactvienna/code-of-conduct#readme"
}