-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 763 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "dust-php",
"author": "Chad Retz",
"homepage": "http://github.com/cretz/dust-php",
"version": "0.1.0",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/cretz/dust-php/master/LICENSE"
}],
"description": "Dust is a PHP templating language modelled off of dustjs",
"keywords": ["php", "dust", "template", "pratphall", "dustjs"],
"bugs": { "url": "https://github.com/cretz/dust-php/issues" },
"repository": {
"type": "git",
"url": "https://github.com/cretz/dust-php.git"
},
"engines": { "node": ">=0.8.0" },
"devDependencies": {
"dustjs-linkedin": "1.2.0",
"jake": "latest",
"fs-extra": "latest",
"pratphall": "latest"
}
}