UNPKG

882 BJSONView Raw
1{
2 "name": "terffee",
3 "version": "1.2.7",
4 "description": "CoffeeScript compile and minify.",
5 "main": "terffee",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/digitarhythm/terffee.git"
12 },
13 "keywords": [
14 "CoffeeScript"
15 ],
16 "author": "Hajime Oh-yake",
17 "bin": {
18 "terffee": "terffee"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/digitarhythm/terffee/issues"
23 },
24 "homepage": "https://github.com/digitarhythm/terffee#readme",
25 "dependencies": {
26 "argv": "0.0.2",
27 "async": "^2.6.1",
28 "bluebird": "^3.5.1",
29 "coffee-compiler2": "^0.1.4",
30 "coffeescript": "^2.3.1",
31 "filewatcher": "^3.0.1",
32 "fs-extra": "^6.0.1",
33 "minimist": "^1.2.0",
34 "ndlog": "^0.3.1",
35 "path": "^0.12.7",
36 "terser": "^3.7.5"
37 }
38}