-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
{
"name": "graphql-auto-mutation",
"version": "0.0.11",
"description": "Automatically generate JS methods for flat graphql mutations. ",
"main": "dist/index.js",
"scripts": {
"test": "mocha --require mocha-babel.js",
"compile": "babel -d dist/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ejoebstl/graphql-auto-mutation.git"
},
"keywords": [
"graphql",
"graphcool",
"boilerplate",
"mutation"
],
"author": "Emanuel Jöbstl",
"license": "MIT",
"bugs": {
"url": "https://github.com/ejoebstl/graphql-auto-mutation/issues"
},
"homepage": "https://github.com/ejoebstl/graphql-auto-mutation#readme",
"dependencies": {
"babel-runtime": "^6.23.0",
"popsicle": "^9.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"mocha": "^3.2.0"
}
}