diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..5d05547 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "slidetray", + "version": "1.0.0", + "description": "Easy Web Slide Presentation Builder", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "web", + "presentation" + ], + "author": "Geo Halkiadakis", + "license": "MIT" +} |
