Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80676 views
1
{
2
"name": "coffee-script",
3
"description": "Unfancy JavaScript",
4
"keywords": [
5
"javascript",
6
"language",
7
"coffeescript",
8
"compiler"
9
],
10
"author": {
11
"name": "Jeremy Ashkenas"
12
},
13
"version": "1.6.3",
14
"licenses": [
15
{
16
"type": "MIT",
17
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
18
}
19
],
20
"engines": {
21
"node": ">=0.8.0"
22
},
23
"directories": {
24
"lib": "./lib/coffee-script"
25
},
26
"main": "./lib/coffee-script/coffee-script",
27
"bin": {
28
"coffee": "./bin/coffee",
29
"cake": "./bin/cake"
30
},
31
"scripts": {
32
"test": "node ./bin/cake test"
33
},
34
"homepage": "http://coffeescript.org",
35
"bugs": {
36
"url": "https://github.com/jashkenas/coffee-script/issues"
37
},
38
"repository": {
39
"type": "git",
40
"url": "git://github.com/jashkenas/coffee-script.git"
41
},
42
"devDependencies": {
43
"uglify-js": "~2.2",
44
"jison": ">=0.2.0"
45
},
46
"_id": "[email protected]",
47
"dist": {
48
"shasum": "6355d32cf1b04cdff6b484e5e711782b2f0c39be",
49
"tarball": "http://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz"
50
},
51
"_from": "coffee-script@>=1.6.3 <1.7.0",
52
"_npmVersion": "1.2.24",
53
"_npmUser": {
54
"name": "jashkenas",
55
"email": "[email protected]"
56
},
57
"maintainers": [
58
{
59
"name": "jashkenas",
60
"email": "[email protected]"
61
},
62
{
63
"name": "michaelficarra",
64
"email": "[email protected]"
65
}
66
],
67
"_shasum": "6355d32cf1b04cdff6b484e5e711782b2f0c39be",
68
"_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.3.tgz"
69
}
70
71