-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "example-layout-helpers",
"description": "Using the layout helpers in Assemble",
"version": "0.1.0",
"homepage": "https://github.com/assemble/example-layout-helpers",
"author": {
"name": "Assemble"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/example-layout-helpers.git"
},
"bugs": {
"url": "https://github.com/assemble/example-layout-helpers/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/example-layout-helpers/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.1",
"assemble-less": "~0.5.3",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-prettify": "~0.1.5",
"grunt": "~0.4.1"
},
"keywords": [
"grunt task",
"build",
"handlebars helper",
"underscore mixin",
"site generator",
"component generator",
"blog generator",
"handlebars",
"templates"
],
"dependencies": {
"assemble-less": "~0.5.3"
}
}