mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"name": "coffeescript",
|
|
"main": [
|
|
"lib/coffeescript/coffeescript.js"
|
|
],
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": [
|
|
"javascript",
|
|
"language",
|
|
"coffeescript",
|
|
"compiler"
|
|
],
|
|
"author": {
|
|
"name": "Jeremy Ashkenas"
|
|
},
|
|
"ignore": [
|
|
"test"
|
|
]
|
|
}
|