forked from cloudinary/cloudinary_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.63 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
{
"name": "cloudinary_js",
"version": "2.0.8",
"description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"main": "js/jquery.cloudinary.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudinary/cloudinary_js.git"
},
"author": "Cloudinary",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudinary/cloudinary_js/issues"
},
"homepage": "https://github.com/cloudinary/cloudinary_js",
"devDependencies": {
"blueimp-file-upload": "^9.11.2",
"coffee-script": "~1.10",
"grunt": "~0.4",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "gruntjs/grunt-contrib-coffee",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-copy": "~0.8",
"grunt-contrib-requirejs": "~0.4",
"grunt-contrib-uglify": "~0.11",
"grunt-jsdoc": "~1.1",
"grunt-karma": "~0.12",
"grunt-version": "~1.0",
"jasmine-core": "~2.4",
"jquery": "^2.1.4",
"karma": "~0.13",
"karma-chrome-launcher": "~0.2",
"karma-coverage": "~0.5",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"karma-phantomjs-launcher": "~0.2",
"karma-safari-launcher": "~0.1",
"karma-story-reporter": "~0.3",
"phantomjs": "~2.1",
"requirejs": "~2.1"
}
}