-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "eyeglass-image-dimensions",
"description": "An eyeglass module that provides libsass the same image dimensions functionality found in ruby compass.",
"version": "0.2.2",
"author": {
"name": "Jack Westbrook",
"email": "jack.westbrook@gmail.com",
"url": "https://github.com/jackw"
},
"license": "Apache-2.0",
"README": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/jackw/eyeglass-image-dimensions.git"
},
"keywords": [
"sass",
"eyeglass-module",
"image dimensions",
"image size"
],
"eyeglass": {
"name": "image-dimensions",
"exports": "eyeglass-exports.js",
"needs": ">=0.8.0"
},
"devDependencies": {
"eyeglass": ">=0.8.0",
"eyeglass-dev-eslint": "^2.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0",
"node-sass": ">=3.4.0",
"should": ">=9.0.0"
},
"dependencies": {
"image-size": "^0.5.0",
"node-sass-utils": "^1.1.0",
"promise": "^7.1.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
}
}