-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 817 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
43
44
{
"name": "datauri.template",
"version": "0.0.1",
"description": "Wraps datauri module with template support",
"main": "index.js",
"scripts": {
"test": "make ci"
},
"repository": {
"type": "git",
"url": "git://github.com/heldr/datauri.template.git"
},
"engines": {
"node": ">= 0.10"
},
"keywords": [
"datauri",
"data uri",
"data-uri",
"template",
"preprocessor",
"optimization",
"uri",
"optimize",
"inline",
"png",
"jpg",
"woff",
"base64"
],
"author": "Helder Santana",
"license": "MIT",
"devDependencies": {
"chai": "^1.9.2",
"handlebars": "^2.0.0",
"jshint": "^2.5.8",
"lodash.template": "^2.4.1",
"mocha": "^2.0.1"
},
"dependencies": {
"datauri": "^0.5.5",
"hogan.js": "^3.0.2"
}
}