UNPKG

591 BJSONView Raw
1{
2 "name": "aspax-coffee-handler",
3 "version": "0.6.4",
4 "description": "Plugin enabling ASPAX to handle CoffeeScript files.",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/icflorescu/aspax-coffee-handler"
8 },
9 "homepage": "http://aspax.github.io",
10 "keywords": [
11 "aspax",
12 "coffee",
13 "coffeescript",
14 "js",
15 "compilation"
16 ],
17 "author": {
18 "name": "Ionut-Cristian Florescu",
19 "email": "ionut.florescu@gmail.com",
20 "url": "https://coderwall.com/icflorescu"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "coffee-script": "~1.6.3"
25 }
26}