UNPKG

@the-grid/ed-userhtml

Version:
40 lines (39 loc) 1.11 kB
{ "name": "@the-grid/ed-userhtml", "version": "0.3.0", "description": "Ed widget for user html", "main": "index.js", "scripts": { "test": "echo 'todo'", "build": "mkdir -p dist && npm run buildindex && npm run buildedit", "buildedit": "browserify ./src/edit.js | uglifyjs -cm > ./dist/edit.js", "buildindex": "browserify ./src/index.js | uglifyjs -cm > ./dist/index.js", "devedit": "budo src/edit.js:dist/edit.js --live", "devindex": "budo src/index.js:dist/index.js --live", "preversion": "npm test", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/the-grid/ed-userhtml.git" }, "keywords": [ "ed", "widget" ], "author": "The Grid", "license": "MIT", "bugs": { "url": "https://github.com/the-grid/ed-userhtml/issues" }, "homepage": "https://github.com/the-grid/ed-userhtml#readme", "dependencies": { "pako": "^1.0.3", "urlsafe-base64": "^1.0.0" }, "devDependencies": { "browserify": "^13.1.0", "budo": "8.3.0", "uglify": "^0.1.5" } }