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:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user