-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "gatsby-source-machinefinder",
"version": "2.0.0",
"description": "Gatsby source plugin for using MachineFinder as a data source.",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production && babel src --out-dir .",
"prepublishOnly": "npm run build"
},
"dependencies": {
"fetch-retry": "^2.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0"
},
"keywords": [
"machinefinder",
"mfpro",
"john deere",
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"author": {
"name": "Austin Gordon",
"email": "gordon.austin2@gmail.com",
"url": "https://github.com/AustinLeeGordon"
},
"repository": {
"type": "git",
"url": "https://github.com/hutsoninc/gatsby-source-machinefinder"
},
"license": "MIT"
}