graphene/docs/package.json
2015-11-25 20:44:24 -08:00

29 lines
686 B
JSON

{
"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": {
"copy-webpack-plugin": "^0.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"jeet": "^6.1.2",
"lodash": "^3.10.1",
"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"
}
}