forked from smartdown/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 857 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
{
"name": "smartdown-gallery",
"version": "0.0.80",
"description": "Example Smartdown documents and associated resources that demonstrate various Smartdown features and serve as raw material for other Smartdown demos.",
"main": "index.js",
"scripts": {
"rmdsstore": "find . -name '.DS_Store' -print -delete",
"build": "./build.sh",
"publish": "./publish.sh",
"serve": "http-server -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartdown/gallery.git"
},
"keywords": [
"smartdown",
"gallery"
],
"author": "Daniel Keith <[email protected]> (https://doctorbud.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartdown/gallery/issues"
},
"homepage": "https://github.com/smartdown/gallery#readme",
"devDependencies": {
"http-server": "^14.1.1"
}
}