1
Fork 0
This commit is contained in:
Jake Howard 2017-09-21 20:05:06 +01:00
parent e23f992662
commit d3a63e9c69
Signed by: jake
GPG key ID: 57AFB45680EDD477

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"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"
}
}