forked from entr/gatsby-plugin-netlify-cms-paths
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 836 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
{
"name": "gatsby-plugin-netlify-cms-paths-json",
"version": "1.1.2",
"keywords": [
"gatsby-plugin",
"gatsby",
"plugin",
"netlify",
"cms",
"paths",
"image",
"uploads",
"relative"
],
"main": "index.js",
"author": "hmbrg <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hmbrg/gatsby-plugin-netlify-cms-paths.git"
},
"license": "MIT",
"scripts": {
"build": "esca-scripts build --dist './' --no-remove",
"prepublishOnly": "npm run build",
"reset": "esca-scripts reset",
"test": "npm run build && esca-scripts test"
},
"devDependencies": {
"esca-scripts": "^1.4.0",
"opn-cli": "^3.1.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"read-yaml-promise": "^1.0.2",
"unist-util-select": "^1.5.0"
}
}