UNPKG

937 BJSONView Raw
1{
2 "name": "interpret",
3 "description": "A dictionary of file extensions and associated module loaders.",
4 "version": "0.6.5",
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 "license": "MIT",
18 "main": "index.js",
19 "keywords": [
20 "cirru-script",
21 "cjsx",
22 "co",
23 "coco",
24 "coffee-script",
25 "coffee",
26 "coffee.md",
27 "csv",
28 "earlgrey",
29 "es",
30 "es6",
31 "iced",
32 "iced.md",
33 "iced-coffee-script",
34 "ini",
35 "js",
36 "json",
37 "json5",
38 "jsx",
39 "react",
40 "litcoffee",
41 "liticed",
42 "ls",
43 "livescript",
44 "toml",
45 "ts",
46 "typescript",
47 "wisp",
48 "xml",
49 "yaml",
50 "yml"
51 ]
52}