forked from ffissore/presentz.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 701 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "presentz.js",
"description": "A web library to show synchronized video + slides presentations",
"keywords": ["presentation", "slide", "video", "synchronization"],
"version": "1.2.2",
"author": "Federico Fissore <federico@fissore.org>",
"repository": {
"type": "git",
"url": "git://github.com/ffissore/presentz.js.git"
},
"devDependencies": {
"uglify-js": "",
"mocha": "",
"coffee-script": ""
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script --reporter spec",
"docs": "docco src/*.coffee"
},
"licenses": [
{
"type": "LGPLv3",
"url": "https://www.gnu.org/copyleft/lgpl.html"
}
]
}