UNPKG

1.43 kBJSONView Raw
1{
2 "name": "rc-cropping",
3 "version": "0.1.5",
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 "locale",
23 "assets/*.css"
24 ],
25 "licenses": "MIT",
26 "main": "./lib/index",
27 "config": {
28 "port": 8002
29 },
30 "scripts": {
31 "build": "rc-tools run build",
32 "gh-pages": "rc-tools run gh-pages",
33 "start": "rc-tools run server",
34 "pub": "rc-tools run pub",
35 "lint": "rc-tools run lint",
36 "karma": "rc-tools run karma",
37 "saucelabs": "rc-tools run saucelabs",
38 "test": "rc-tools run test",
39 "chrome-test": "rc-tools run chrome-test",
40 "coverage": "rc-tools run coverage"
41 },
42 "dependencies": {
43 "rc-slider": "^5.2.1"
44 },
45 "devDependencies": {
46 "@types/classnames": "^0.0.31",
47 "@types/react": "^0.14.44",
48 "antd": "^2.3.2",
49 "expect.js": "0.3.x",
50 "pre-commit": "1.x",
51 "rc-dialog": "^6.5.0",
52 "rc-form": "^1.0.1",
53 "rc-tools": "5.x",
54 "react": "15.x",
55 "react-addons-test-utils": "15.x",
56 "react-dom": "15.x"
57 },
58 "pre-commit": [
59 "lint"
60 ]
61}