-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 868 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
{
"name": "gatsby-source-contenta",
"description": "Gatsby source plugin for building websites using the Contenta CMS as a data source",
"version": "1.0.0",
"respository": {
"type": "git",
"url": "https://github.com/tarekdj/gatsby-source-contenta"
},
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"author": "Tarek Djebali <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.16.1",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cross-env": "^5.0.5"
}
}