forked from reimertz/gatsby-source-hire-with-google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.21 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
{
"name": "gatsby-source-hire-with-google",
"version": "1.3.0",
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com",
"main": "gatsby-node.js",
"scripts": {
"build": "babel src/*.js --out-dir .",
"test": "npm run build && ava src/test",
"update-snapshots": "npm run build && ava src/test --update-snapshots "
},
"repository": {
"type": "git",
"url": "https://github.com/reimertz/gatsby-source-hire-with-google"
},
"bugs": {
"url": "https://github.com/reimertz/gatsby-source-hire-with-google/issues"
},
"contributors": [],
"homepage": "https://github.com/reimertz/gatsby-source-hire-with-google",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"author": "Pierre Reimertz <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/node": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"ava": "1.0.0-beta.6"
}
}