UNPKG

react-touch

Version:

React wrapper components that make touch events easy

60 lines (59 loc) 1.7 kB
{ "name": "react-touch", "version": "0.1.3", "description": "React wrapper components that make touch events easy", "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/phil303/react-touch" }, "scripts": { "build": "babel src --out-dir lib", "watch": "babel src --out-dir lib --watch", "lint": "eslint src", "prepublish": "npm run lint && npm run test && npm run build", "test": "./node_modules/.bin/mocha --compilers js:babel-register 'src/**/tests/*'", "test:watch": "npm test -- --watch", "test:cov": "./node_modules/.bin/babel-node ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- 'src/**/tests/*'" }, "keywords": [ "react", "reactjs", "react-touch", "touch" ], "author": "Phil Aquilina <philaquilina@gmail.com> (http://github.com/phil303)", "license": "MIT", "bugs": { "url": "https://github.com/phil303/react-touch/issues" }, "homepage": "https://github.com/phil303/react-touch", "devDependencies": { "babel-cli": "6.6.4", "lodash": "4.6.1", "babel-plugin-transform-class-properties": "6.6.0", "babel-plugin-transform-react-jsx": "6.4.0", "babel-preset-es2015": "6.6.0", "babel-preset-stage-2": "6.5.0", "istanbul": "1.0.0-alpha.2", "babel-eslint": "6.0.0", "eslint": "2.4.0", "eslint-config-airbnb": "6.1.0", "eslint-plugin-react": "4.2.3", "jsdom": "8.1.0", "chai": "3.5.0", "mocha": "2.4.5", "raf": "3.2.0", "react": "0.14.7", "react-dom": "0.14.7" }, "npmName": "react-touch", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ] }