{
  "name": "seek-dep",
  "version": "0.3.0",
  "description": "Find out all dependencies between HTML, CSS, ES6 Modules and images.",
  "author": "treelite <c.xinle@gmail.com>",
  "main": "output/index.js",
  "files": ["output"],
  "scripts": {
    "compile": "babel ./ -d output --ignore node_modules,output,test/sample",
    "pretest": "npm run compile",
    "test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
    "prepublish": "npm test"
  },
  "engines": {
    "node": ">=6"
  },
  "repository": "https://github.com/treelite/seek-dep",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-plugin-transform-async-to-generator": "^6.16.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
    "jasmine": "^2.5.2"
  },
  "license": "MIT"
}
