mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
ec034e2673
* Fix cake test:integrations per newer Webpack * Update dependencies * Update dependencies
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "coffeescript",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": [
|
|
"javascript",
|
|
"language",
|
|
"coffeescript",
|
|
"compiler"
|
|
],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "2.3.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib/coffeescript"
|
|
},
|
|
"main": "./lib/coffeescript/index",
|
|
"browser": "./lib/coffeescript/browser",
|
|
"bin": {
|
|
"coffee": "./bin/coffee",
|
|
"cake": "./bin/cake"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"register.js",
|
|
"repl.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node ./bin/cake test",
|
|
"test-harmony": "node --harmony ./bin/cake test"
|
|
},
|
|
"homepage": "https://coffeescript.org",
|
|
"bugs": "https://github.com/jashkenas/coffeescript/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jashkenas/coffeescript.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"babel-preset-minify": "^0.5.0",
|
|
"codemirror": "^5.45.0",
|
|
"docco": "~0.8.0",
|
|
"highlight.js": "~9.15.6",
|
|
"jison": "^0.4.18",
|
|
"markdown-it": "~8.4.2",
|
|
"underscore": "~1.9.1",
|
|
"webpack": "~4.29.6"
|
|
},
|
|
"dependencies": {}
|
|
}
|