UNPKG

fvd

Version:

Font Variation Description for JavaScript

35 lines (34 loc) 662 B
{ "name": "fvd", "version": "1.0.0", "engines": { "node": "0.10.x" }, "description": "Font Variation Description for JavaScript", "keywords": [ "fvd", "font", "variation", "description" ], "homepage": "https://percolate.github.io", "repository": { "type": "git", "url": "https://github.com/percolate/fvd" }, "bugs": { "url": "https://github.com/percolate/fvd/issues" }, "license": "MIT", "main": "./lib/index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec" }, "dependencies": { "own": "^1.0.0" }, "devDependencies": { "mocha": "^2.1.0", "should": "^4.4.2" } }