-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.14 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "connect-coffee-script",
"version": "0.2.1",
"description": "Simple connect middleware to serve CoffeeScript files",
"homepage": "https://github.com/wdavidw/node-connect-coffee-script",
"author": "David Worms <david@adaltas.com> (http://www.adaltas.com)",
"license": "BSD-3-Clause",
"contributors": [
"David Worms <david@adaltas.com> (http://www.adaltas.com)",
"Dave Wasmer <davewasmer@gmail.com> (https://github.com/davewasmer)",
"Simon Lydell (https://github.com/lydell)",
"Garry Yao <yaojun85@gmail.com> (https://github.com/garryyao)",
"Vishnu Iyengar (https://github.com/pathsny)",
"Junyuan (https://github.com/conan007ai)"
],
"engines": { "node": ">= 0.6.0" },
"dependencies" : {
"coffee-script": ">=1.8.x",
"debug" : ">=2.0.0",
"mkdirp": ">=0.5.0"
},
"devDependencies" : {
"connect" : ">=3.2.0",
"mocha": ">=1.21.4",
"rimraf" : ">=2.2.8",
"should": ">=4.0.4"
},
"keywords": ["connect", "express", "coffeescript"],
"repository": {
"type" : "git",
"url" : "https://github.com/wdavidw/node-connect-coffee-script.git"
},
"scripts": {
"test": "make test"
}
}