Skip to content

Commit 2f24901

Browse files
committed
add package.json on top level
1 parent 30362ea commit 2f24901

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

package.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "reveal.js",
3+
"version": "6.0.0",
4+
"description": "The HTML Presentation Framework",
5+
"homepage": "http://lab.hakim.se/reveal-js",
6+
"subdomain": "revealjs",
7+
"scripts": {
8+
"test": "grunt jshint",
9+
"start": ""
10+
},
11+
"author": {
12+
"name": "Hakim El Hattab",
13+
"email": "hakim.elhattab@gmail.com",
14+
"web": "http://hakim.se"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/hakimel/reveal.js.git"
19+
},
20+
"engines": {
21+
"node": "~0.8.0"
22+
},
23+
"dependencies": {
24+
"underscore": "~1.13.8",
25+
"express": "~5.2.1",
26+
"mustache": "~4.2.1",
27+
"socket.io": "~4.8.3"
28+
},
29+
"devDependencies": {
30+
"grunt-contrib-jshint": "~3.0.0",
31+
"grunt-contrib-cssmin": "~4.0.0",
32+
"grunt-contrib-uglify": "~5.2.1",
33+
"grunt-contrib-watch": "~1.1.0",
34+
"grunt-contrib-sass": "~2.0.0",
35+
"grunt-contrib-connect": "~5.0.1",
36+
"grunt-zip": "~1.0.0",
37+
"grunt": "~1.6.1"
38+
},
39+
"licenses": [
40+
{
41+
"type": "MIT",
42+
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)