forked from bnjmnt4n/reveal-code-focus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "reveal-code-focus",
"version": "1.1.0",
"description": "A Reveal.js plugin that allows focusing on specific lines of code blocks.",
"homepage": "https://bnjmnt4n.github.io/reveal-code-focus/",
"main": "reveal-code-focus.js",
"keywords": [
"Reveal.js",
"code",
"focus"
],
"license": "MIT",
"author": {
"name": "Benjamin Tan",
"url": "https://bnjmnt4n.now.sh/"
},
"repository": {
"type": "git",
"url": "https://github.com/bnjmnt4n/reveal-code-focus.git"
},
"bugs": "https://github.com/bnjmnt4n/reveal-code-focus/issues",
"files": [
"reveal-code-focus.js"
],
"scripts": {
"test": "echo \"TODO: create an automated CI browser testing system\" && true"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"qunit": "^2.8.0",
"reveal.js": "^3.7.0"
}
}