UNPKG

anycode-components

Version:

anycode-components (RiotJS Tag Library) - A set of common RiotJS tags used by Anycode

58 lines (57 loc) 1.7 kB
{ "name": "anycode-components", "version": "0.1.47", "description": "anycode-components (RiotJS Tag Library) - A set of common RiotJS tags used by Anycode", "main": "anycode-components.min.js", "directories": { "test": "test" }, "scripts": { "start": "httpster", "test": "karma start", "watch": "./watch", "pub-pack": "node scripts/pack.js index.js **/*.tag anycode-components.js && cat iconic/normalize.css iconic/starveling.css iconic/iconic-theme.css iconic-**/*.theme | cleancss -o iconic/iconic.css", "pub-minify": "uglifyjs anycode-components.js --compress --screw-ie8 --mangle > anycode-components.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-components.git" }, "keywords": [ "anycode", "components", "RiotJS", "tags", "tag", "library", "anycode-components" ], "author": { "name": "Lee Tagg", "email": "lee@anycode.io", "url": "https://github.com/qrb" }, "license": "ISC", "bugs": { "url": "https://github.com/any-code/anycode-components/issues" }, "homepage": "https://github.com/any-code/anycode-components#readme", "dependencies": { "classlist-polyfill": "1.0.3", "riot": "2.3.13", "riot-i18n": "0.1.12" }, "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", "socket.io": "^1.3.7" } }