-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "gatsby-source-drupal7",
"description": "Gatsby source plugin for Drupal 7",
"version": "0.0.4",
"author": "Ryan Bateman <[email protected]>",
"bugs": {
"url": "https://github.com/porkloin/gatsby-source-drupal7/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"axios": "^0.18.0",
"bluebird": "^3.5.0",
"gatsby-source-filesystem": "^2.0.12",
"lodash": "^4.17.10"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.3",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/porkloin/gatsby-source-drupal7/",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"license": "MIT",
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
},
"repository": "https://github.com/porkloin/gatsby-source-drupal7",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"gitHead": "5bd5aebe066b9875354a81a4b9ed98722731c465"
}