-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
44 lines (44 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "graphqlhub",
"repository": "clayallsopp/graphqlhub",
"version": "1.0.0",
"description": "GraphQLHub.com",
"main": "src/server.js",
"scripts": {
"test": "cd ./graphqlhub-schemas && npm test && cd ..",
"start": "DEBUG=express:* nodemon entrypoint.js",
"postinstall": "./scripts/postinstall.sh"
},
"author": "Clay Allsopp <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-cli": "6.3.13",
"babel-plugin-transform-object-rest-spread": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-register": "6.3.13",
"cors": "2.7.1",
"dotenv": "1.2.0",
"express": "4.14.0",
"express-graphql": "0.4.13",
"github-api": "https://github.com/clayallsopp/github/tarball/fork",
"graphiql": "0.2.0",
"graphql": "0.4.17",
"handlebars": "4.0.5",
"keen-js": "3.4.0-rc2",
"lodash": "3.10.1",
"node-fetch": "1.3.2",
"qs": "5.1.0",
"react": "0.13.3",
"twit": "2.2.5"
},
"devDependencies": {
"glob": "6.0.2",
"nodemon": "1.8.1",
"sane": "1.2.0",
"tape": "4.4.0"
},
"engines": {
"node": "4.1.0",
"npm": "3.5.3"
}
}