UNPKG

1.67 kBJSONView Raw
1{
2 "name": "rmc-feedback",
3 "version": "2.0.0",
4 "description": ":active pseudo-class with react for mobile",
5 "keywords": [
6 "react",
7 "react-component",
8 "touch feeedback",
9 "rc-swipeout",
10 "active pseudo"
11 ],
12 "homepage": "https://github.com/react-component/m-feedback",
13 "author": "rjmuqiang@gmail.com",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/react-component/m-feedback.git"
17 },
18 "bugs": {
19 "url": "https://github.com/react-component/m-feedback/issues"
20 },
21 "files": [
22 "lib",
23 "es",
24 "dist"
25 ],
26 "licenses": "MIT",
27 "main": "./lib/index",
28 "module": "./es/index",
29 "config": {
30 "port": 8000,
31 "entry": {
32 "rmc-feedback": [
33 "./index.js"
34 ]
35 }
36 },
37 "scripts": {
38 "dist": "rc-tools run dist",
39 "watch-tsc": "rc-tools run watch-tsc",
40 "compile": "rc-tools run compile --babel-runtime",
41 "build": "rc-tools run build",
42 "gh-pages": "rc-tools run gh-pages",
43 "start": "rc-tools run server",
44 "pub": "rc-tools run pub --babel-runtime",
45 "lint": "rc-tools run lint",
46 "karma": "rc-test run karma",
47 "test": "rc-test run test",
48 "chrome-test": "rc-test run chrome-test",
49 "coverage": "rc-test run coverage"
50 },
51 "dependencies": {
52 "babel-runtime": "6.x",
53 "classnames": "^2.2.5"
54 },
55 "devDependencies": {
56 "@types/mocha": "~2.2.32",
57 "@types/react": "~16.0.2",
58 "@types/react-dom": "15.5.1",
59 "expect.js": "0.3.x",
60 "pre-commit": "1.x",
61 "rc-test": "~6.0.3",
62 "rc-tools": "6.x",
63 "react": "^15.0.0",
64 "react-dom": "^15.0.0"
65 },
66 "typings": "./lib/index.d.ts",
67 "pre-commit": [
68 "lint"
69 ]
70}