|
| 1 | +{ |
| 2 | + "name": "find-with-regex", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "findWithRegex util", |
| 5 | + "author": { |
| 6 | + "name": "Nik Graf", |
| 7 | + "email": "nik@nikgraf.com", |
| 8 | + "url": "http://www.nikgraf.com" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git@github.com:draft-js-plugins/find-with-regex.git" |
| 13 | + }, |
| 14 | + "main": "lib/index.js", |
| 15 | + "keywords": [], |
| 16 | + "scripts": { |
| 17 | + "build": "BABEL_ENV=production babel --out-dir='lib' --ignore='__tests__/*' src", |
| 18 | + "lint": "npm run lint:eslint && npm run lint:jscs", |
| 19 | + "lint:eslint": "eslint --rule 'mocha/no-exclusive-tests:2' ./", |
| 20 | + "lint:eslint:fix": "eslint --fix --rule 'mocha/no-exclusive-tests:2' ./", |
| 21 | + "lint:jscs": "jscs ./", |
| 22 | + "prepublish": "npm run build", |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "babel": "^6.5.1", |
| 26 | + "babel-cli": "^6.5.1", |
| 27 | + "babel-core": "^6.5.1", |
| 28 | + "babel-eslint": "^4.1.8", |
| 29 | + "babel-preset-es2015": "^6.5.0", |
| 30 | + "babel-preset-stage-0": "^6.5.0", |
| 31 | + "eslint": "^1.10.3", |
| 32 | + "eslint-config-airbnb": "5.0.0", |
| 33 | + "eslint-plugin-mocha": "^1.1.0", |
| 34 | + "eslint-plugin-react": "^3.16.1" |
| 35 | + }, |
| 36 | + "license": "MIT" |
| 37 | +} |
0 commit comments