1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 03:41:38 +02:00

Adding package.json

This commit is contained in:
Antonio Laguna
2017-01-24 15:04:15 +01:00
parent 4e562e2978
commit 2e93754ba1

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "webslides",
"version": "0.0.1",
"description": "Making HTML presentations easy",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jlantunez/webslides.git"
},
"keywords": [
"webslides",
"presentation",
"css"
],
"author": "jlantunez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlantunez/webslides/issues"
},
"homepage": "https://github.com/jlantunez/webslides#readme"
}