UNPKG

paw-base-importer

Version:
57 lines (56 loc) 1.73 kB
{ "name": "paw-base-importer", "description": "An adapter for api-flow made for the Paw App", "keywords": [ "api-flow", "paw", "paw-core", "paw-base-importer" ], "version": "0.0.23", "main": "lib/index.js", "license": "MIT", "homepage": "https://github.com/luckymarmot/Paw-BaseImporter", "dependencies": { "api-flow": "0.0.22", "babel-plugin-transform-flow-strip-types": "6.3.15", "babel-polyfill": "6.3.14", "babel-runtime": "6.3.19", "immutable": "3.7.6" }, "devDependencies": { "babel-cli": "6.6.5", "babel-core": "6.4.0", "babel-eslint": "4.1.8", "babel-loader": "6.2.0", "babel-plugin-rewire": "1.0.0-beta-3", "babel-plugin-transform-class-properties": "^6.6.0", "babel-plugin-transform-decorators": "6.3.13", "babel-plugin-transform-decorators-legacy": "1.3.2", "babel-plugin-transform-runtime": "6.3.13", "babel-preset-es2015": "6.3.13", "babel-preset-stage-0": "6.3.13", "babel-preset-stage-1": "6.3.13", "babel-preset-stage-2": "6.3.13", "babel-preset-stage-3": "6.3.13", "babel-register": "6.3.13", "chai": "3.4.1", "eslint": "1.3.1", "eslint-loader": "1.0.0", "mocha": "2.3.4", "path": "0.12.7", "webpack": "1.12.9" }, "scripts": { "compile": "babel --ignore='**/__tests__/' -d lib/ src/", "test": "$npm_package_options_mocha \"src/**/__tests__/*-test.js\"", "lint": "./node_modules/eslint/bin/eslint.js -c linting/prod.yaml src/" }, "options": { "mocha": "./node_modules/.bin/mocha --require mocha --compilers js:babel-register --reporter spec" }, "repository": { "type": "git", "url": "git@github.com:luckymarmot/Paw-BaseImporter.git" } }