UNPKG

794 BJSONView Raw
1{
2 "name": "aspax-coffee-handler",
3 "version": "0.6.8",
4 "description": "Plugin enabling ASPAX to handle CoffeeScript files.",
5 "keywords": [
6 "aspax",
7 "coffee",
8 "coffeescript",
9 "js",
10 "compilation"
11 ],
12 "dependencies": {
13 "coffee-script": "~1.7.0"
14 },
15 "engines": {
16 "node": ">=0.8.16"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/icflorescu/aspax-coffee-handler.git"
21 },
22 "bugs": {
23 "url": "https://github.com/icflorescu/aspax-coffee-handler/issues"
24 },
25 "author": {
26 "name": "Ionut-Cristian Florescu",
27 "email": "ionut.florescu@gmail.com",
28 "url": "https://coderwall.com/icflorescu"
29 },
30 "contributors": [{
31 "name": "Ionut-Cristian Florescu",
32 "email": "ionut.florescu@gmail.com"
33 }],
34 "license": "MIT"
35}