-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
{
"name": "meerkat",
"description": "a YAML-configurable Grunt setup for developing Statamic addons",
"version": "2.0.0",
"author": {
"name": "The Friendly Beasts",
"url": "http://thefriendlybeasts.com"
},
"contributors": [
{
"name": "Curtis Blackwell",
"email": "[email protected]",
"url": "thefriendlybeasts.com"
}
],
"homepage": "http://thefriendlybeasts.com",
"repository": {
"type": "git",
"url": "git://github.com/thefriendlybeasts/meerkat.git"
},
"bugs": {
"url": "http://github.com/thefriendlybeasts/meerkat/issues"
},
"licenses": [
{
"type": "CC-BY-SA-4.0",
"url": "http://creativecommons.org/licenses/by-sa/4.0/"
}
],
"devDependencies": {
"expand-home-dir": "0.0.2",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-notify": "^0.4.1",
"grunt-shell": "^1.1.2",
"load-grunt-config": "^0.17.1"
}
}