UNPKG

analyze-es6-modules

Version:

Performs static analysis of ES6 modules in your codebase.

32 lines (31 loc) 767 B
{ "name": "analyze-es6-modules", "version": "0.6.2", "description": "Performs static analysis of ES6 modules in your codebase.", "keywords": ["es6", "modules", "es6 modules"], "license": "MIT", "author": { "name": "Gordon Kristan" }, "main": "index.js", "files": ["dist", "index.js", "package.json", "LICENSE"], "repository": { "type": "git", "url": "https://github.com/sproutsocial/analyze-es6-modules" }, "scripts": { "prepublish": "babel src --out-dir dist", "pretest": "babel src --out-dir dist", "test": "node ./test/scenarios/runner.js" }, "dependencies": { "babel-core": "6.2.1", "babel-preset-es2015": "6.1.18", "bluebird": "3.0.6", "glob": "6.0.1" }, "devDependencies": { "babel-cli": "6.2.0", "lodash": "3.10.1" } }