-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.19 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
41
42
43
{
"name": "grunt-workshop",
"version": "1.0.0",
"author": "JuanMa Garrido <[email protected]> (http://apuntesjs.com/)",
"description": "Presentation for the 'Getting started with Grunt' online-class/workshop for Ironchack",
"license": "ISC",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.5",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "0.6.1",
"grunt-shower-markdown": "juanmaguitar/grunt-shower-markdown",
"shower-core": "^1.0.7",
"shower-ribbon": "^1.0.11"
},
"devDependencies": {
"grunt-available-tasks": "^0.5.6",
"grunt-gh-pages": "^0.10.0",
"grunt-push": "^0.1.1"
},
"scripts": {
"test": "echo 'this is a test script from npm package.json'"
},
"repository": {
"type": "git",
"url": "https://github.com/juanmaguitar/grunt-workshop.git"
},
"keywords": [
"grunt",
"workshop",
"slides",
"markdown",
"html",
"shower"
],
"bugs": {
"url": "https://github.com/juanmaguitar/grunt-workshop/issues"
},
"homepage": "https://github.com/juanmaguitar/grunt-workshop"
}