es-dependency-graph
Version:
Utility for obtaining the dependency graph from ES6 modules
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "es-dependency-graph",
"description": "Utility for obtaining the dependency graph from ES6 modules",
"version": "0.1.6",
"keywords": [
"ecmascript",
"es6",
"AST",
"dependency",
"dependencies",
"analizer"
],
"author": "Juan Dopazo <jdopazo@yahoo-inc.com> (http://github.com/juandopazo)",
"license": "BSD-3-Clause",
"bin": {
"dep-graph": "./bin/dep-graph.js"
},
"repository": {
"type": "git",
"url": "git://github.com/yahoo/es-dependency-graph.git"
},
"bugs": {
"url": "https://github.com/yahoo/es-dependency-graph/issues"
},
"engines": {
"node": ">=0.10.x"
},
"dependencies": {
"esprima-fb": "6001.1001.0-dev-harmony-fb",
"mkdirp": "^0.5.0",
"nomnom": "^1.6.2"
},
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-es6-module-transpiler": "^0.6.0",
"grunt-es6-module-wrap-default": "^0.2.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"xunit-file": "^1.0.0"
},
"files": [
"dist",
"build",
"bin",
"vendor",
"LICENSE.md"
],
"main": "dist/index.js",
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
}
}