@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">
73 lines (72 loc) • 2.03 kB
JSON
{
"_args": [
[
"phoenix@1.3.4",
"/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription"
]
],
"_from": "phoenix@1.3.4",
"_id": "phoenix@1.3.4",
"_inBundle": false,
"_integrity": "sha512-Hn+LgWbBs/jd8VxbfsapoVUO8z8YSf0rHj4GtDm60V6u8kJLMdLAdyGdIvz9EPZvHQ4MMonbsqqjDwlSGoUDtw==",
"_location": "/phoenix",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "phoenix@1.3.4",
"name": "phoenix",
"escapedName": "phoenix",
"rawSpec": "1.3.4",
"saveSpec": null,
"fetchSpec": "1.3.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/phoenix/-/phoenix-1.3.4.tgz",
"_spec": "1.3.4",
"_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription",
"author": {
"name": "Chris McCord",
"email": "chris@chrismccord.com",
"url": "http://www.phoenixframework.org"
},
"bugs": {
"url": "https://github.com/phoenixframework/phoenix/issues"
},
"description": "The official JavaScript client for the Phoenix web framework.",
"devDependencies": {
"babel-brunch": "~6.0.0",
"brunch": "~2.6.5",
"documentation": "^4.0.0-rc.1",
"jsdom": "9.8.3",
"jsdom-global": "2.1.0",
"mocha": "~2.4.4",
"mock-socket": "^6.0.1",
"sinon": "^1.17.6",
"uglify-js-brunch": "~2.0.1"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/phoenix.js",
"assets/js/phoenix.js"
],
"homepage": "https://github.com/phoenixframework/phoenix#readme",
"license": "MIT",
"main": "./priv/static/phoenix.js",
"name": "phoenix",
"repository": {
"type": "git",
"url": "git://github.com/phoenixframework/phoenix.git"
},
"scripts": {
"build": "brunch build",
"docs": "documentation build assets/js/phoenix.js -f html -o doc/js",
"test": "mocha ./assets/test/**/*.js --compilers js:babel-register -r jsdom-global/register",
"watch": "brunch watch"
},
"version": "1.3.4"
}