28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"name": "presentation-base",
|
|
"version": "1.0.0",
|
|
"description": "Base Presentation Repository for Reveal.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RealOrangeOne/presentation-base.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/RealOrangeOne/presentation-base/issues"
|
|
},
|
|
"homepage": "https://github.com/RealOrangeOne/presentation-base#readme",
|
|
"devDependencies": {
|
|
"browserify": "^14.4.0",
|
|
"node-sass": "^4.5.3"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^9.12.0",
|
|
"reveal.js": "^3.5.0",
|
|
"tstatic": "^1.1.0"
|
|
}
|
|
}
|