Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
package.json 559 B
Newer Older
peter_rabbit's avatar
peter_rabbit committed
{
    "name": "kuadrado-website",
    "version": "0.1.0",
    "description": "Presentation website of Kuadrado Software",
    "main": "src/main.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "web": "browserify src/main.js -o public/bundle.js",
        "style": "sass --watch ./src:style"
    },
    "repository": "https://gitlab.com/peter_rabbit/kuadrado-website",
    "author": "Kuadrado",
    "license": "MIT",
    "homepage": "https://gitlab.com/peter_rabbit/kuadrado-website#readme",
    "dependencies": {}
}