UNPKG

simplegoals

Version:

Motivate your users with pleasant and easy-to-use achievements.

64 lines (63 loc) 2.37 kB
{ "name": "simplegoals", "version": "0.3.1", "description": "Motivate your users with pleasant and easy-to-use achievements.", "main": "dist/simplegoals.js", "style": "dist/simplegoals.css", "scripts": { "build": "yarn build:normal && yarn build:styles-included && yarn build:zip", "build:zip": "rm -f dist/simplegoals.zip && zip -r dist/simplegoals.zip dist", "build:normal": "yarn build:normal:uncompressed && yarn build:normal:minimized", "build:normal:uncompressed": "./node_modules/.bin/webpack", "build:normal:minimized": "./node_modules/.bin/webpack --minimize", "build:styles-included": "yarn build:styles-included:uncompressed && yarn build:styles-included:minimized", "build:styles-included:uncompressed": "./node_modules/.bin/webpack --config webpack.config.styles-included.js", "build:styles-included:minimized": "./node_modules/.bin/webpack --config webpack.config.styles-included.js --minimize", "release": "./node_modules/.bin/webpack && np --no-tests", "playground": "(./node_modules/.bin/webpack --watch --config webpack.config.dev.js & ./node_modules/.bin/live-server playground/ --no-browser)", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/simplegoals/simplegoals.git" }, "keywords": [ "achievements", "goals", "gamification", "engage", "engagement", "motivate", "motivation" ], "author": "Slava Korolev", "license": "MIT", "bugs": { "url": "https://github.com/simplegoals/simplegoals/issues" }, "homepage": "https://github.com/simplegoals/simplegoals#readme", "browserslist": "> 0.25%, not dead", "dependencies": { "@babel/runtime": "^7.7.4", "core-js": "3.4.2" }, "devDependencies": { "@babel/cli": "^7.6.2", "@babel/core": "^7.6.2", "@babel/plugin-transform-runtime": "^7.7.4", "@babel/preset-env": "^7.6.2", "autoprefixer": "^9.6.1", "babel-loader": "^8.0.6", "css-loader": "^3.2.0", "cssnano": "^4.1.10", "live-server": "^1.2.1", "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-cli": "^6.1.3", "postcss-loader": "^3.0.0", "style-loader": "^1.0.0", "uglify-js": "^3.6.0", "webpack": "^4.41.0", "webpack-cli": "^3.3.9" } }