1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/bower.json

20 lines
288 B
JSON
Raw Normal View History

{
2017-02-12 20:00:05 -05:00
"name": "coffeescript",
"main": [
"lib/coffeescript/browser.js"
],
"description": "Unfancy JavaScript",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler"
],
"author": {
"name": "Jeremy Ashkenas"
},
"ignore": [
"test"
]
}