-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.12 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
50
51
52
53
54
55
{
"name": "eyeglass-file-text",
"description": "Sass eyeglass module for getting the contents of text or binary files as (encoded) string.",
"version": "0.4.1",
"author": {
"name": "strarsis",
"email": "strarsis@gmail.com",
"url": "https://github.com/strarsis"
},
"license": "MIT",
"main": "eyeglass-exports.js",
"files": [
"sass"
],
"repository": {
"type": "git",
"url": "https://github.com/strarsis/eyeglass-file-text.git"
},
"keywords": [
"sass",
"eyeglass-module",
"file",
"text",
"binary",
"base64",
"raster",
"image",
"svg",
"vector",
"load",
"content",
"string"
],
"eyeglass": {
"needs": ">=0.8.0",
"name": "file-text",
"exports": "eyeglass-exports.js"
},
"devDependencies": {
"eyeglass": "^0.8.0",
"eyeglass-dev-eslint": "^2.0.0",
"eyeglass-dev-testutils": "^1.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.2",
"node-sass": "^3.3.2"
},
"dependencies": {
"eol": "^0.2.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
}
}