-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 946 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
{
"name": "presentation_template",
"version": "0.0.0",
"description": "my reveal.js presentation template",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tscholak/presentation_template.git"
},
"author": "Torsten Scholak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tscholak/presentation_template/issues"
},
"homepage": "https://github.com/tscholak/presentation_template#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"grunt-zip": "^0.17.1"
}
}