UNPKG

1.27 kBJSONView Raw
1{
2 "name": "rechoir",
3 "description": "Require any supported file as a node module.",
4 "version": "0.1.0",
5 "homepage": "https://github.com/tkellen/node-rechoir",
6 "author": {
7 "name": "Tyler Kellen",
8 "url": "http://goingslowly.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tkellen/node-rechoir.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tkellen/node-rechoir/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">= 0.10"
26 },
27 "scripts": {
28 "test": "mocha -R spec test/index.js"
29 },
30 "dependencies": {
31 "resolve": "^0.6.1",
32 "interpret": "^0.2.0"
33 },
34 "devDependencies": {
35 "mocha": "^1.17.1",
36 "chai": "^1.9.0",
37 "coco": "^0.9.1",
38 "coffee-script": "^1.7.1",
39 "require-csv": "0.0.1",
40 "iced-coffee-script": "^1.7.1-b",
41 "require-ini": "0.0.1",
42 "toml-require": "^1.0.1",
43 "require-xml": "0.0.1",
44 "require-yaml": "0.0.1",
45 "LiveScript": "^1.2.0"
46 },
47 "keywords": [
48 "require",
49 "coco",
50 "coffee-script",
51 "csv",
52 "iced-coffee-script",
53 "ini",
54 "livescript",
55 "toml",
56 "xml",
57 "yaml",
58 "yml"
59 ]
60}