smartdown-gallery
Version:
Example Smartdown documents and associated resources that demonstrate various Smartdown features and serve as raw material for other Smartdown demos.
53 lines (52 loc) • 1.54 kB
JSON
{
"name": "smartdown-gallery",
"version": "0.0.86",
"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",
"publishgh": "TARGETTYPE=github ./github/publish.sh",
"publishgl": "TARGETTYPE=gitlab ./gitlab/publish.sh",
"servegh": "(TARGETTYPE=github npm run watch &) && (http-server -c-1 dist/)",
"servegl": "(TARGETTYPE=gitlab npm run watch &) && (http-server -c-1 dist/)",
"serve": "(npm run watch &) && (http-server -c-1 dist/)",
"watch": "npm-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartdown/gallery.git"
},
"keywords": [
"smartdown",
"gallery"
],
"author": "Daniel Keith <dan@quantumclay.com> (https://doctorbud.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartdown/gallery/issues"
},
"homepage": "https://github.com/smartdown/gallery#readme",
"devDependencies": {
"ejs": "^3.1.9",
"http-server": "^14.1.1",
"npm-watch": "^0.11.0"
},
"watch": {
"build": {
"ignore": [
"dist/gallery",
"dist/**"
],
"patterns": [
"./index.ejs",
"./resources/**",
"./JSPsych/**",
"./gussalufz-16-solved.exolve",
"./DataElements.csv",
"./*.md"
],
"extensions": "ejs,md,js"
}
}
}