UNPKG

1.59 kBJSONView Raw
1{
2 "name": "interpret",
3 "version": "2.2.0",
4 "description": "A dictionary of file extensions and associated module loaders.",
5 "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
6 "contributors": [
7 "Blaine Bublitz <blaine.bublitz@gmail.com>",
8 "Tyler Kellen <tyler@sleekcode.net> (http://goingslowly.com/)"
9 ],
10 "repository": "gulpjs/interpret",
11 "license": "MIT",
12 "engines": {
13 "node": ">= 0.10"
14 },
15 "main": "index.js",
16 "files": [
17 "LICENSE",
18 "index.js",
19 "mjs-stub.js"
20 ],
21 "scripts": {
22 "lint": "eslint .",
23 "pretest": "rm -rf tmp/ && npm run lint",
24 "test": "mocha --async-only",
25 "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
26 "coveralls": "nyc --reporter=text-lcov npm test | coveralls"
27 },
28 "dependencies": {},
29 "devDependencies": {
30 "coveralls": "github:phated/node-coveralls#2.x",
31 "eslint": "^2.13.0",
32 "eslint-config-gulp": "^3.0.1",
33 "expect": "^1.20.2",
34 "mocha": "^3.5.3",
35 "nyc": "^10.3.2",
36 "parse-node-version": "^1.0.0",
37 "rechoir": "^0.7.0",
38 "shelljs": "0.7.5",
39 "trash-cli": "^3.0.0"
40 },
41 "keywords": [
42 "cirru-script",
43 "cjsx",
44 "co",
45 "coco",
46 "coffee",
47 "coffee-script",
48 "coffee.md",
49 "coffeescript",
50 "csv",
51 "earlgrey",
52 "es",
53 "es6",
54 "iced",
55 "iced.md",
56 "iced-coffee-script",
57 "ini",
58 "js",
59 "json",
60 "json5",
61 "jsx",
62 "react",
63 "litcoffee",
64 "liticed",
65 "ls",
66 "livescript",
67 "toml",
68 "ts",
69 "typescript",
70 "wisp",
71 "xml",
72 "yaml",
73 "yml"
74 ]
75}