forked from phun-ky/grunt-mustache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 998 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
39
40
41
42
43
44
45
46
{
"name": "grunt-mustache",
"description": "A grunt plugin to concatinate mustache template files",
"version": "0.1.7",
"homepage": "https://github.com/phun-ky/grunt-mustache",
"author": {
"name": "Alexander Vassbotn Røyne-Helgesen",
"email": "[email protected]",
"url": "http://phun-ky.net"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/phun-ky/grunt-mustache.git"
},
"bugs": {
"url": "https://github.com/phun-ky/grunt-mustache/issues"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/phun-ky/grunt-mustache/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"colors": "~0.6.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-nodeunit": "~0.2.2"
},
"keywords": [
"gruntplugin",
"mustache",
"grunt",
"templating",
"template"
],
"contributors": [
{
"name": "Nils Petter Ellingsen"
}
]
}