wallet-core/node_modules/interpret/package.json

53 lines
937 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "interpret",
"description": "A dictionary of file extensions and associated module loaders.",
"version": "1.0.1",
"homepage": "https://github.com/tkellen/node-interpret",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-interpret.git"
},
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/tkellen/node-interpret/issues"
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"main": "index.js",
2016-10-10 03:43:44 +02:00
"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"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}