UNPKG

1.03 kBJSONView Raw
1{
2 "name": "interpret",
3 "description": "A dictionary of file extensions and associated module loaders.",
4 "version": "0.6.0",
5 "homepage": "https://github.com/tkellen/node-interpret",
6 "author": {
7 "name": "Tyler Kellen",
8 "url": "http://goingslowly.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tkellen/node-interpret.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tkellen/node-interpret/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/tkellen/node-interpret/blob/master/LICENSE"
21 }
22 ],
23 "main": "index.js",
24 "keywords": [
25 "cirru-script",
26 "cjsx",
27 "co",
28 "coco",
29 "coffee-script",
30 "coffee",
31 "coffee.md",
32 "csv",
33 "es",
34 "es6",
35 "iced",
36 "iced.md",
37 "iced-coffee-script",
38 "ini",
39 "js",
40 "json",
41 "json5",
42 "jsx",
43 "react",
44 "litcoffee",
45 "liticed",
46 "ls",
47 "livescript",
48 "toml",
49 "ts",
50 "typescript",
51 "wisp",
52 "xml",
53 "yaml",
54 "yml"
55 ]
56}