-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "reveal-run-in-terminal",
"version": "1.0.5",
"description": "Show and execute code in your presentation",
"main": "index.js",
"dependencies": {
"express": "^4.14.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"np": "^6.5.0",
"reveal.js": "^3.3.0"
},
"scripts": {
"start": "node demo/app.js",
"build": "browserify --debug src/reveal-run-in-terminal.js > static/plugin/reveal-run-in-terminal.js",
"release": "np",
"test": "echo 'no test yet'"
},
"author": {
"name": "Daniel Luxemburg",
"email": "[email protected]",
"url": "http://dluxemburg.com"
},
"contributors": [
{
"name": "Stanley Nguyen",
"email": "[email protected]",
"url": "https://stanleynguyen/me"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/stanleynguyen/reveal-run-in-terminal.git"
}
}