mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
20 lines
293 B
JSON
20 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"
|
|
]
|
|
}
|