{ "name": "atrament", "version": "0.1.0", "description": "Tiny JS library for beautiful drawing and handwriting on the HTML Canvas", "main": "index.js", "scripts": { "test": "jasmine", "build": "babel src --presets es2015 | uglifyjs - --o dist/atrament.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/jakubfiala/atrament.js.git" }, "keywords": [ "canvas", "drawing", "handwriting", "graphics" ], "author": "Jakub Fiala", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/jakubfiala/atrament.js/issues" }, "homepage": "https://github.com/jakubfiala/atrament.js#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0", "uglify-js": "^2.6.2" } }