-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 958 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
{
"name": "docpad-plugin-slim",
"version": "2.0.0",
"description": "DocPad plugin that adds the ability to render Slim templates to HTML",
"homepage": "https://github.com/patocallaghan/docpad-plugin-slim",
"keywords": [
"docpad",
"docpad-plugin",
"slim"
],
"author": "Pat O\\'Callaghan",
"maintainers": [
"Pat O\\'Callaghan"
],
"contributors": [
"Pat O\\'Callaghan (http://github.com/patocallaghan)"
],
"bugs": {
"url": "https://github.com/patocallaghan/docpad-plugin-slim/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/patocallaghan/docpad-plugin-slim.git"
},
"engines": {
"node": ">=0.8"
},
"peerDependencies": {
"docpad": "6"
},
"dependencies": {
"safeps": "~2.2.9",
"taskgroup": "~3.3.1"
},
"devDependencies": {
"coffee-script": "~1.6.3"
},
"main": "./out/slim.plugin.js",
"scripts": {
"test": "node ./out/slim.test.js"
}
}