UNPKG

1.34 kBJSONView Raw
1{
2 "name": "rc-touchable",
3 "version": "1.3.2",
4 "description": "React Touchable Component",
5 "keywords": [
6 "react",
7 "touchable",
8 "component"
9 ],
10 "homepage": "http://github.com/react-component/touchable",
11 "author": "yiminghe@gmail.com",
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:react-component/touchable.git"
15 },
16 "bugs": {
17 "url": "http://github.com/react-component/touchable/issues"
18 },
19 "license": "MIT",
20 "files": [
21 "lib",
22 "es"
23 ],
24 "main": "./lib/index",
25 "module": "./es/index",
26 "config": {
27 "port": 8007
28 },
29 "scripts": {
30 "compile": "rc-tools run compile",
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 --no-js-lint",
36 "test": "rc-test run test",
37 "chrome-test": "rc-test run chrome-test",
38 "coverage": "rc-test run coverage"
39 },
40 "devDependencies": {
41 "@types/mocha": "~2.2.32",
42 "@types/react": "^15.0.38",
43 "@types/react-dom": "^15.5.1",
44 "expect.js": "~0.3.1",
45 "pre-commit": "1.x",
46 "rc-tools": "6.x",
47 "rc-test": "6.x",
48 "react": "15.x",
49 "react-dom": "15.x"
50 },
51 "pre-commit": [
52 "lint"
53 ],
54 "typings": "./lib/index.d.ts",
55 "dependencies": {
56 "babel-runtime": "6.x"
57 }
58}