Add deps
This commit is contained in:
parent
e23f992662
commit
d3a63e9c69
1 changed files with 28 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in a new issue