UNPKG

1.42 kBJSONView Raw
1{
2 "name": "rc-cropping",
3 "version": "0.1.9",
4 "description": "CropViewer ui component for react",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-cropping",
9 "cropping"
10 ],
11 "homepage": "https://github.com/react-component/cropping",
12 "author": "surgesoft@gmail.com",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/react-component/cropping.git"
16 },
17 "bugs": {
18 "url": "https://github.com/react-component/cropping/issues"
19 },
20 "files": [
21 "lib",
22 "assets/*.css"
23 ],
24 "licenses": "MIT",
25 "main": "./lib/index",
26 "config": {
27 "port": 8002
28 },
29 "scripts": {
30 "build": "rc-tools run build",
31 "gh-pages": "rc-tools run gh-pages",
32 "start": "rc-tools run server",
33 "pub": "rc-tools run pub",
34 "lint": "rc-tools run lint",
35 "karma": "rc-tools run karma",
36 "saucelabs": "rc-tools run saucelabs",
37 "test": "rc-tools run test",
38 "chrome-test": "rc-tools run chrome-test",
39 "coverage": "rc-tools run coverage"
40 },
41 "dependencies": {
42 "rc-slider": "^5.2.1"
43 },
44 "devDependencies": {
45 "@types/classnames": "^0.0.31",
46 "@types/react": "^0.14.44",
47 "antd": "^2.3.2",
48 "expect.js": "0.3.x",
49 "pre-commit": "1.x",
50 "rc-dialog": "^6.5.0",
51 "rc-form": "^1.0.1",
52 "rc-tools": "5.x",
53 "react": "15.x",
54 "react-addons-test-utils": "15.x",
55 "react-dom": "15.x"
56 },
57 "pre-commit": [
58 "lint"
59 ]
60}