UNPKG

1.98 kBJSONView Raw
1{
2 "name": "graphql-lattice",
3 "version": "2.13.8",
4 "description": "OO Underpinnings for ease of GraphQL Implementation",
5 "main": "dist/lattice.js",
6 "scripts": {
7 "test": "LATTICE_LOGLEVEL=info jest",
8 "build": "rm -rf dist/* ; babel -s --source-root es6 es6/ -d dist/",
9 "docs": "rm -rf ./docs ; jsdoc -c conf.json"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/nyteshade/graphql-lattice.git"
14 },
15 "keywords": [
16 "graphql",
17 "object",
18 "oriented",
19 "framework",
20 "lattice"
21 ],
22 "author": "Brielle Harrison",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/nyteshade/graphql-lattice/issues"
26 },
27 "homepage": "https://github.com/nyteshade/graphql-lattice#readme",
28 "dependencies": {
29 "apollo-server-express": "^1.2.0",
30 "babel-plugin-transform-class-properties": "^6.24.1",
31 "body-parser": "^1.18.2",
32 "express-graphql": "^0.6.6",
33 "graphql": "^0.13.2",
34 "graphql-server-express": "^1.2.0",
35 "graphql-tools": "^3.0.0",
36 "lodash": "^4.17.10",
37 "marked": "^0.4.0",
38 "ne-tag-fns": "^0.6.1",
39 "ne-types": "^1.0.0",
40 "read-pkg-up": "^3.0.0"
41 },
42 "devDependencies": {
43 "babel-cli": "^6.26.0",
44 "babel-jest": "^23.0.0",
45 "babel-plugin-transform-async-to-generator": "^6.24.1",
46 "babel-plugin-transform-decorators-legacy": "^1.3.4",
47 "babel-plugin-transform-flow-strip-types": "^6.22.0",
48 "babel-plugin-transform-regenerator": "^6.24.1",
49 "babel-plugin-transform-runtime": "^6.23.0",
50 "babel-preset-env": "^1.7.0",
51 "babel-preset-flow": "^6.23.0",
52 "babel-preset-stage-1": "^6.24.1",
53 "babel-register": "^6.24.1",
54 "express": "^4.16.2",
55 "flow-bin": "^0.74.0",
56 "jest": "^22.4.3",
57 "jsdoc": "^3.5.5",
58 "jsdoc-babel": "^0.4.0",
59 "kitsune-jsdoc-template": "^1.0.3",
60 "minami": "^1.2.3",
61 "regenerator-runtime": "^0.11.0",
62 "unminified-webpack-plugin": "^2.0.0"
63 },
64 "jest": {
65 "verbose": true
66 }
67}