mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
40 lines
817 B
JSON
40 lines
817 B
JSON
{
|
|
"name": "sapper",
|
|
"version": "0.0.2",
|
|
"description": "Combat-ready apps, engineered by Svelte",
|
|
"main": "connect.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@std/esm": "^0.18.0",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"tmp": "0.0.33",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^4.0.1",
|
|
"svelte": "^1.47.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --opts mocha.opts"
|
|
},
|
|
"repository": "https://github.com/sveltejs/sapper",
|
|
"keywords": [
|
|
"svelte",
|
|
"isomorphic",
|
|
"universal",
|
|
"template",
|
|
"express"
|
|
],
|
|
"author": "Rich Harris",
|
|
"license": "LIL",
|
|
"bugs": {
|
|
"url": "https://github.com/sveltejs/sapper/issues"
|
|
},
|
|
"homepage": "https://github.com/sveltejs/sapper#readme",
|
|
"@std/esm": {
|
|
"esm": "js"
|
|
}
|
|
}
|