-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 952 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
38
{
"name": "grunt-node-api-docs-responsive",
"version": "0.0.14",
"description": "Generate responsive HTML files from NodeJS API Docs",
"homepage": "https://github.com/nodenica/grunt-node-api-docs-responsive.git",
"repository": "https://github.com/nodenica/grunt-node-api-docs-responsive.git",
"author": {
"name": "Paulo McNally",
"email": "[email protected]",
"url": "http://www.nodenica.com"
},
"keywords": [
"gruntplugin",
"node",
"node.js",
"html",
"responsive",
"docs",
"api"
],
"main": "Gruntfile.js",
"engines": {
"node": "0.10.40"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"jshint-stylish": "~2.1.0",
"load-grunt-tasks": "~3.4.0"
},
"dependencies": {
"request": "^2.51.0"
}
}