forked from additiveinverse/gruntjs-presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 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": "PETSMT-gruntjs",
"description": "The best project ever.",
"version": "0.1.0",
"homepage": "https://github.com/additiveinverse/gruntjs-presentation",
"author": {
"name": "Richard Bailey",
"email": "additiveinverse@gmail.com",
"url": "additiveinverse.com"
},
"repository": {
"type": "git",
"url": "git://github.com/additiveinverse/gruntjs-presentation.git"
},
"bugs": {
"url": "https://github.com/additiveinverse/gruntjs-presentation/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/additiveinverse/gruntjs-presentation/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.19"
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt-reveal-jade": "~0.0.3",
"grunt-open": "~0.2.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-build-gh-pages": "~0.0.4"
},
"keywords": []
}