UNPKG

anycode-mbs-footer

Version:
53 lines (52 loc) 1.36 kB
{ "name": "anycode-mbs-footer", "version": "0.1.4", "description": "mbs-footer anycode-mbs-footer", "main": "mbs-footer.min.js", "directories": { "test": "test" }, "scripts": { "test": "karma start", "pub-pack": "node scripts/pack.js index.js *.tag mbs-footer.js", "pub-minify": "uglifyjs mbs-footer.js --compress --screw-ie8 --mangle > mbs-footer.min.js", "pub-build": "npm run pub-pack && npm run pub-minify && npm run test", "pub-npm": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/any-code/anycode-mbs-footer.git" }, "keywords": [ "mbs", "footer", "anycode", "anycode-mbs-footer", "any-code", "qrb", "Lee Tagg" ], "author": { "name": "Lee Tagg", "email": "lee@anycode.io", "url": "https://github.com/qrb" }, "license": "ISC", "bugs": { "url": "https://github.com/any-code/anycode-mbs-footer/issues" }, "homepage": "https://github.com/any-code/anycode-mbs-footer#readme", "dependencies": { "riot": ">=2.3.11" }, "devDependencies": { "expect.js": "^0.3.1", "karma": "^0.13.15", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.3", "karma-phantomjs-launcher": "^0.2.1", "karma-riot": "^1.0.1", "mocha": "^2.3.4", "phantomjs": "^1.9.19" } }