UNPKG

1.38 kBJSONView Raw
1{
2 "name": "gatsby-plugin-coffeescript",
3 "description": "Adds CoffeeScript support for Gatsby",
4 "version": "2.1.16",
5 "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/gatsbyjs/gatsby/issues"
8 },
9 "contributors": [
10 "Noah Lange <noahrlange@gmail.com>"
11 ],
12 "dependencies": {
13 "@babel/runtime": "^7.7.4",
14 "coffee-loader": "^0.9.0",
15 "coffee-react-transform": "^5.0.0",
16 "coffeescript": "^2.4.1"
17 },
18 "devDependencies": {
19 "@babel/cli": "^7.7.4",
20 "@babel/core": "^7.7.4",
21 "babel-preset-gatsby-package": "^0.2.12",
22 "cross-env": "^5.2.1"
23 },
24 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
25 "keywords": [
26 "coffeescript",
27 "gatsby",
28 "gatsby-plugin"
29 ],
30 "license": "MIT",
31 "main": "index.js",
32 "peerDependencies": {
33 "gatsby": "^2.0.0"
34 },
35 "readme": "README.md",
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/gatsbyjs/gatsby.git",
39 "directory": "packages/gatsby-plugin-coffeescript"
40 },
41 "scripts": {
42 "build": "babel src --out-dir . --ignore **/__tests__",
43 "prepare": "cross-env NODE_ENV=production npm run build",
44 "watch": "babel -w src --out-dir . --ignore **/__tests__"
45 },
46 "engines": {
47 "node": ">=8.0.0"
48 },
49 "gitHead": "168bb344d6a5e7f71aa4f3812fd3fb22ae0a7416"
50}