{ "name": "graphene-docs", "version": "1.0.0", "description": "Graphene docs", "main": "n/a", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm install -g gatsby && npm install && gatsby build", "deploy": "npm run build" }, "keywords": [ "graphene" ], "license": "MIT", "dependencies": { "extract-text-webpack-plugin": "^0.9.1", "jeet": "^6.1.2", "nib": "^1.1.0", "react": "^0.14.3", "react-document-title": "^2.0.1", "react-router": "^0.13.5", "rupture": "^0.6.1", "stylus-loader": "^1.4.2", "webpack": "^1.12.9" } }