{ "name": "date-poll-api", "version": "1.0.0", "description": "API date to make surveys, kind of the new Framadate", "main": "index.js", "directories": { "doc": "doc", "test": "tests" }, "dependencies": { "@symfony/webpack-encore": "^0.31.0", "font-awesome": "^4.7.0", "tailwindcss": "^1.9.6" }, "devDependencies": { "node-sass": "^4.14.1", "sass-loader": "^9.0.0", "webpack-notifier": "1.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev-server": "encore dev-server", "dev": "encore dev", "watch": "encore dev --watch", "build": "encore production" }, "repository": { "type": "git", "url": "https://framagit.org/tykayn/date-poll-api.git" }, "keywords": [ "survey", "poll", "sondage", "api", "symfony" ], "author": "tykayn", "license": "AGPL-3.0-or-later" }