UNPKG

@xassist/xassist-main

Version:

main functions with onready, id-generator and templating engine

44 lines (43 loc) 1.25 kB
{ "name": "@xassist/xassist-main", "version": "1.0.4", "description": "main functions with onready, id-generator and templating engine", "keywords": [ "xAssist", "onready", "utilities" ], "bugs": { "email": "gregory.beirens@gmail.com" }, "license": "GPL-3.0", "author": { "name": "Gregory Beirens", "email": "gregory.beirens@gmail.com" }, "main": "dist/xAssist-main.js", "module": "index", "scripts": { "pretest": "rimraf dist && rollup -c", "test": "istanbul cover node_modules/tape/bin/tape test/**/*-test.js && eslint index.js src", "posttest": "npm run uglify", "build": "npm run test && git commit -am ", "prepublishOnly": "npm version patch && npm run build -- \"publish latest version\"", "postpublish": "git push && git push --tags", "readme": "node csv2readme.config.js", "uglify": "uglifyjs --comments /^@preserve/ dist/xAssist-main.js -c -m -o dist/xAssist-main.min.js" }, "devDependencies": { "csv2readme": "^1.0.1", "jsdom": "^11.6.2", "rimraf": "^2.6.2", "rollup": "^0.56.3", "tape": "^4.9.0" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/GregBee2/xassist-main.git" }, "homepage": "https://github.com/GregBee2/xassist-main#readme" }