summaryrefslogtreecommitdiff
path: root/node_modules/interpret/package.json
blob: e2bd2e4a77d00e156d6e3f2ce883b88bad978358 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "interpret",
  "description": "A dictionary of file extensions and associated module loaders.",
  "version": "1.0.3",
  "homepage": "https://github.com/tkellen/node-interpret",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-interpret.git"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-interpret/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "cirru-script",
    "cjsx",
    "co",
    "coco",
    "coffee-script",
    "coffee",
    "coffee.md",
    "csv",
    "earlgrey",
    "es",
    "es6",
    "iced",
    "iced.md",
    "iced-coffee-script",
    "ini",
    "js",
    "json",
    "json5",
    "jsx",
    "react",
    "litcoffee",
    "liticed",
    "ls",
    "livescript",
    "toml",
    "ts",
    "typescript",
    "wisp",
    "xml",
    "yaml",
    "yml"
  ]
}