UNPKG

@infinito/id3

Version:
43 lines (42 loc) 898 B
{ "name": "@infinito/id3", "version": "1.0.16", "description": "ID3 Tag Reader/Writer", "main": "./lib/index.js", "directories": { "test": "test" }, "scripts": { "build": "babel src --out-dir lib", "test": "mocha --require @babel/register" }, "repository": { "type": "git", "url": "git+https://github.com/infinitis/id3.git" }, "keywords": [ "id3" ], "author": "Alex Joss", "license": "MIT", "bugs": { "url": "https://github.com/infinitis/id3/issues" }, "homepage": "https://github.com/infinitis/id3#readme", "dependencies": { "text-encoding": "^0.6.4" }, "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", "@babel/register": "^7.0.0", "@infinito/get-files": "^1.0.5", "mocha": "^5.2.0" }, "babel": { "presets": [ "@babel/env" ] } }