|
| 1 | +{ |
| 2 | + "name": "GoogleMaps", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Google maps container", |
| 5 | + "author": "Ari Lerner", |
| 6 | + "license": "MIT", |
| 7 | + "options": { |
| 8 | + "mocha": "--require scripts/mocha_runner -t rewireify src/**/__tests__/**/*.js" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "prepublish": "babel --plugins 'transform-es2015-modules-umd' src --ignore __tests__ --out-dir ./dist", |
| 12 | + "dev": "NODE_ENV=development ./node_modules/hjs-webpack/bin/hjs-dev-server.js", |
| 13 | + "lint": "eslint ./src", |
| 14 | + "lintfix": "eslint ./src --fix", |
| 15 | + "testonly": "NODE_ENV=test mocha $npm_package_options_mocha", |
| 16 | + "test": "npm run lint && npm run testonly", |
| 17 | + "test-watch": "npm run testonly -- --watch --watch-extensions js" |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "babel-cli": "^6.6.4", |
| 21 | + "babel-core": "^6.7.4", |
| 22 | + "babel-eslint": "^6.0.2", |
| 23 | + "babel-loader": "^6.2.4", |
| 24 | + "babel-plugin-transform-es2015-modules-umd": "^6.6.5", |
| 25 | + "babel-polyfill": "^6.7.4", |
| 26 | + "babel-preset-es2015": "^6.6.0", |
| 27 | + "babel-preset-react": "^6.5.0", |
| 28 | + "babel-preset-react-hmre": "^1.1.1", |
| 29 | + "babel-preset-stage-2": "^6.5.0", |
| 30 | + "chai": "^3.5.0", |
| 31 | + "css-loader": "^0.23.1", |
| 32 | + "dotenv": "^2.0.0", |
| 33 | + "enzyme": "^2.2.0", |
| 34 | + "eslint": "^2.7.0", |
| 35 | + "eslint-plugin-babel": "^3.1.0", |
| 36 | + "eslint-plugin-react": "^4.2.3", |
| 37 | + "hjs-webpack": "^8.1.0", |
| 38 | + "jsdom": "^8.1.0", |
| 39 | + "mocha": "^2.4.5", |
| 40 | + "nodemon": "^1.9.1", |
| 41 | + "postcss-loader": "^0.8.2", |
| 42 | + "react": "^15.0.0", |
| 43 | + "react-addons-test-utils": "^15.0.0", |
| 44 | + "react-dom": "^15.0.0", |
| 45 | + "sinon": "^1.17.3", |
| 46 | + "style-loader": "^0.13.1", |
| 47 | + "webpack": "^1.13.0" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "react": "~0.14.8 || ^15.0.0", |
| 51 | + "react-dom": "~0.14.8 || ^15.0.0" |
| 52 | + }, |
| 53 | + "dependencies": { |
| 54 | + "babel-runtime": "^6.6.1" |
| 55 | + } |
| 56 | +} |
0 commit comments