This repository was archived by the owner on Nov 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "js-cropbox",
"version": "0.12.0",
"description": "A lightweight and simple js extension to crop your image.",
"main": "build/cropbox.js",
"repository": {
"type": "git",
"url": "https://github.com/bupy7/js-cropbox.git"
},
"keywords": [
"js",
"cropbox",
"extensions",
"module",
"plugin",
"image",
"javascript"
],
"author": "Belosludcev Vasily <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bupy7/js-cropbox/issues"
},
"homepage": "https://github.com/bupy7/js-cropbox",
"scripts": {
"build": "node_modules/.bin/grunt",
"test": "node_modules/.bin/grunt karma:ci"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-chai-friendly": "^0.3.6",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-cssnano": "^2.1.0",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.0",
"karma": "^1.6.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.3.0"
}
}