@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">
40 lines (39 loc) • 1.26 kB
JSON
{
"name": "phoenix",
"version": "1.3.4",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"main": "./priv/static/phoenix.js",
"repository": {
"type": "git",
"url": "git://github.com/phoenixframework/phoenix.git"
},
"author": "Chris McCord <chris@chrismccord.com> (http://www.phoenixframework.org)",
"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"
],
"scripts": {
"test": "./node_modules/.bin/mocha ./assets/test/**/*.js --compilers js:babel-register -r jsdom-global/register",
"docs": "documentation build assets/js/phoenix.js -f html -o doc/js",
"watch": "brunch watch",
"build": "brunch build"
}
,"_resolved": "https://registry.npmjs.org/phoenix/-/phoenix-1.3.4.tgz"
,"_integrity": "sha512-Hn+LgWbBs/jd8VxbfsapoVUO8z8YSf0rHj4GtDm60V6u8kJLMdLAdyGdIvz9EPZvHQ4MMonbsqqjDwlSGoUDtw=="
,"_from": "phoenix@1.3.4"
}