-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "power-slides",
"version": "1.4.0",
"description": "Create powerful slideshows for talks and presentations. Each \"slide\" is a JS function that can do *anything*.",
"main": "index.js",
"scripts": {
"example": "npm run example-server & npm run example-client",
"example-client": "wzrd example/index.js",
"example-server": "node example/server.js",
"test": "standard"
},
"keywords": [
"slides",
"slideshow"
],
"author": "David Guttman <[email protected]> (http://davidguttman.com/)",
"license": "MIT",
"dependencies": {
"hyperscript": "^1.4.7",
"wildemitter": "^1.2.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"end-of-stream": "^1.1.0",
"shoe": "0.0.15",
"standard": "^5.4.1",
"wzrd": "^1.3.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidguttman/power-slides.git"
},
"bugs": {
"url": "https://github.com/davidguttman/power-slides/issues"
},
"homepage": "https://github.com/davidguttman/power-slides#readme"
}