forked from imgix/imgix.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.62 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.62 KB
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
{
"name": "imgix.js",
"version": "2.2.2",
"description": "imgix.js is a dependency-free javascript library that allows you to easily use the imgix API to make images on your site or app responsive to device size and pixel density. imgix.js allows for intuitive use of imgix features such as text formatting, color palette extraction, color adjustments, effects, and watermarking. imgix.js requires an imgix account to use your own images. Sign up at imgix.com",
"main": "dist/imgix.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/imgix/imgix.js.git"
},
"author": "imgix",
"license": "BSD-2",
"bugs": {
"url": "https://github.com/imgix/imgix.js/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-jsdoc-to-markdown": "^1.1.1",
"grunt-karma": "~0.11.0",
"jasmine": "^2.3.1",
"jit-grunt": "^0.9.1",
"jscs": "^1.13.1",
"jsdoc": "^3.3.0",
"jshint": "^2.8.0",
"karma": "~0.12.36",
"karma-chrome-launcher": "~0.1.12",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-matchers": "^2.0.0-beta1",
"karma-phantomjs-launcher": "~0.2.0",
"karma-requirejs": "~0.2.2",
"karma-safari-launcher": "^0.1.1",
"lodash": "^3.9.3",
"precommit-hook": "^2.0.1",
"reporter-plus": "git://github.com/jayeb/reporter-plus.git",
"time-grunt": "^1.2.1"
}
}