UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

58 lines (57 loc) 1.59 kB
{ "name": "graphql", "version": "0.1.1", "description": "A Query Language and Runtime which can target any service.", "contributors": [ "Lee Byron <lee@leebyron.com> (http://leebyron.com/)", "Nicholas Schrock <schrockn@fb.com>", "Daniel Schafer <dschafer@fb.com>" ], "license": "BSD-3-Clause", "homepage": "https://github.com/facebook/graphql", "bugs": { "url": "https://github.com/facebook/graphql/issues" }, "repository": { "type": "git", "url": "http://github.com/facebook/graphql.git" }, "main": "lib/index.js", "directories": { "lib": "./lib" }, "files": [ "lib", "README.md", "LICENSE", "PATENTS" ], "options": { "mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js" }, "scripts": { "pretest": "npm run lint", "test": "mocha $npm_package_options_mocha && npm run check", "lint": "eslint src", "check": "flow check", "cover": "babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha", "build": "rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib", "watch": "babel --optional runtime scripts/watch.js | node" }, "dependencies": { "babel-runtime": "5.5.5" }, "devDependencies": { "babel": "5.5.5", "babel-core": "5.5.5", "babel-eslint": "3.1.15", "chai": "3.0.0", "chai-as-promised": "5.1.0", "chai-subset": "1.0.1", "eslint": "0.22.1", "flow-bin": "0.13.1", "isparta": "3.0.3", "mocha": "2.2.5", "sane": "1.1.2" } }