-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 985 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
{
"name": "grunt-templates-dylang",
"description": "Templates for dylang's projects.",
"version": "1.0.12",
"homepage": "https://github.com/dylang/grunt-templates-dylang",
"author": {
"name": "Dylan Greene",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dylang/grunt-templates-dylang.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dylang/grunt-templates-dylang/blob/master/LICENSE-MIT"
}
],
"main": "/templates",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.13.0",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"anthology": "^1.0.0",
"grunt-readme": "^0.4.5",
"humanize-number": "^0.0.2"
}
}