-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.25 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "grunt-csv-to-html",
"description": "Grunt plugin that compiles HTML with csv and a mustache/handlebars template",
"version": "0.5.0",
"homepage": "https://github.com/bencooling/csv-to-html",
"author": {
"name": "Ben Cooling",
"email": "[email protected]",
"url": "http://bcooling.com.au"
},
"repository": {
"type": "git",
"url": "git://github.com/bencooling/csv-to-html.git"
},
"bugs": {
"url": "https://github.com/bencooling/csv-to-html/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bencooling/csv-to-html/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"util": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt": "~0.4.5"
},
"dependencies": {
"csv": "latest",
"handlebars": "latest",
"markdown": "^0.5.0",
"mustache": "latest",
"underscore": "latest"
},
"keywords": [
"gruntplugin",
"csv",
"mustache",
"handlebars",
"html"
],
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "grunt-csv-to-html@latest"
}