{ "name": "@allmarkedup/fang", "version": "2.0.0", "description": "A tiny utility to get language information about a file.", "tags": [ "language", "extension", "github" ], "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "author": "Mark Perkins (http://allmarkedup.com)", "license": "MIT", "dependencies": {}, "engines": { "node": ">= 4.0.0" }, "devDependencies": { "chai": "^3.4.1", "js-yaml": "^3.7.0", "lodash": "^4.1.0", "mocha": "^2.4.2" } }