UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

33 lines (32 loc) 738 B
{ "name": "strong-data-uri", "version": "1.0.3", "description": "Parser and builder for `data:` URIs", "license": "Artistic-2.0", "main": "index.js", "scripts": { "pretest": "jshint *.js test", "test": "istanbul test -- _mocha -R spec", "posttest": "test -z $npm_config_coverage || istanbul report" }, "repository": { "type": "git", "url": "https://github.com/strongloop/strong-data-uri.git" }, "author": { "name": "Miroslav Bajtos", "email": "miroslav@strongloop.com" }, "dependencies": { "truncate": "~1.0.2" }, "devDependencies": { "mocha": "~1.17.1", "jshint": "~2.4.3", "istanbul": "~0.2.4", "chai": "~1.8.1" }, "engines": { "node": ">=0.8.0" } }