{ "name": "widgetizer-widgetizer", "version": "0.3.3", "description": "Production-ready Node.js GraphQL server for Express, HAPI, Koa", "main": "dist/index.js", "directories": { "test": "test" }, "scripts": { "compile": "tsc", "postinstall": "typings install && npm dedupe", "prepublish": "npm run compile", "pretest": "npm run compile", "test": "npm run testonly --", "posttest": "npm run lint", "lint": "tslint ./src/**/*.ts", "watch": "tsc -w", "testonly": "mocha --harmony --harmony-destructuring --reporter spec --full-trace ./dist/test/tests.js", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter spec --full-trace --recursive ./dist/test", "postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info" }, "repository": { "type": "git", "url": "git+https://github.com/apollostack/apollo-server.git" }, "keywords": [ "GraphQL", "Apollo", "HAPI", "Koa", "Express", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollostack/apollo-proxy/issues" }, "homepage": "https://github.com/apollostack/apollo-proxy#readme", "dependencies": { "es6-promise": "^3.2.1", "express": "^4.13.4", "graphql": "^0.6.0", "hapi": "^13.4.1", "http-errors": "^1.5.0", "source-map-support": "^0.4.0" }, "devDependencies": { "body-parser": "^1.15.2", "chai": "^3.5.0", "es6-promise": "^3.2.1", "graphql": "^0.6.0", "istanbul": "1.0.0-alpha.2", "mocha": "^2.3.3", "multer": "^1.1.0", "remap-istanbul": "^0.5.1", "source-map-support": "^0.4.0", "supertest": "^1.2.0", "supertest-as-promised": "^3.1.0", "tslint": "^3.11.0", "typescript": "^1.8.10", "typings": "^1.0.4" }, "peerDependencies": { "graphql": "^0.6.0" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }