forked from gruntjs/grunt-contrib-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "grunt-commonjs-handlebars",
"description": "Precompile Handlebars templates into commonjs modules.",
"version": "0.1.0rc8",
"homepage": "https://github.com/avos/grunt-commonjs-handlebars",
"author": {
"name": "Chris Abrams"
},
"repository": {
"type": "git",
"url": "git://github.com/avos/grunt-commonjs-handlebars.git"
},
"bugs": {
"url": "https://github.com/avos/grunt-commonjs-handlebars/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/avos/grunt-commonjs-handlebars/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"handlebars": "1.0.8",
"strip-path": "1.0.0",
"maxmin": "1.0.0",
"nsdeclare": "0.1.0"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-nodeunit": "0.1.2rc6",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-internal": "*",
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin"
],
"contributors": [
{
"name": "Chris Abrams",
"url": "http://chrisabrams.com"
},
{
"name": "Tim Branyen",
"url": "http://tbranyen.com"
},
{
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
{
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
{
"name": "David Mosher",
"url": "http://blog.davemo.com/"
},
{
"name": "Larry Davis",
"url": "http://lazd.net/"
}
],
"_id": "[email protected]",
"_from": "grunt-commonjs-handlebars@https://github.com/avos/grunt-commonjs-handlebars/tarball/master"
}