-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 799 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
30
31
32
33
{
"name": "md-page",
"author": "oscarmorrison",
"version": "1.0.0",
"description": "create a webpage with just markdown",
"homepage": "https://github.com/oscarmorrison/md-page.git#readme",
"bugs": {
"url": "https://github.com/oscarmorrison/md-page.git/issues"
},
"devDependencies": {
"jest": "^24.9.0",
"jsdom": "^16.4.0",
"uglify-js": "^3.6.1"
},
"files": [
"src/*"
],
"directories": {
"doc": "docs",
"src": "src",
"test": "test"
},
"scripts": {
"test": "jest --watchAll",
"test-ci": "jest",
"build": "uglifyjs -c -m -o md-page.js src/showdown.js src/script.js -b beautify=false,ascii_only=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscarmorrison/md-page.git"
},
"license": "MIT"
}