-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 923 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
{
"name": "gatsby-source-figma",
"version": "1.1.2",
"main": "index.js",
"license": "MIT",
"author": "Fabian Schultz <[email protected]>",
"description": "Gatsby plugin for using Figma files as a data source.",
"repository": {
"type": "git",
"url": "https://github.com/fabe/gatsby-source-figma"
},
"bugs": {
"url": "https://github.com/fabe/gatsby-source-figma/issues"
},
"homepage": "https://github.com/fabe/gatsby-source-figma#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"dependencies": {
"axios": "^0.18.0",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.1.4"
}
}