1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
presentation-base/package.json
2017-09-21 20:05:06 +01:00

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"
}
}