UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

47 lines (46 loc) 1.14 kB
{ "name": "find-elm-dependencies", "version": "2.0.0", "description": "Find elm dependencies", "main": "index.js", "scripts": { "test": "mocha test/*.js" }, "directories": { "test": "tests", "bin": "bin", "lib": "src" }, "bin": { "find-elm-dependencies": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/noredink/find-elm-dependencies.git" }, "engines": { "node": ">=4.0.0" }, "keywords": [ "elm", "dependencies", "node" ], "author": "Richard Feldman", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/noredink/find-elm-dependencies/issues" }, "homepage": "https://github.com/noredink/find-elm-dependencies", "dependencies": { "firstline": "1.2.0", "lodash": "4.17.10" }, "devDependencies": { "chai": "3.5.0", "mocha": "5.2.0" } ,"_resolved": "https://registry.npmjs.org/find-elm-dependencies/-/find-elm-dependencies-2.0.0.tgz" ,"_integrity": "sha512-lnLilxwdS3U/CSPoMnfUL1u21MBNolv6NF54y4Yds7WxdRMrTBXrmugrcvIGvakWQ2anYuinmBSUR+jUQy+vpA==" ,"_from": "find-elm-dependencies@2.0.0" }