Spaces:
Running
Running
File size: 711 Bytes
36f1355 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"name": "static",
"version": "1.0.0",
"description": "This is a static template with no bundling",
"main": "index.html",
"scripts": {
"start": "serve",
"build": "echo This is a static template, there is no bundler or bundling involved!"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesandbox-app/static-template.git"
},
"keywords": [
"static",
"template",
"codesandbox"
],
"author": "Ives van Hoorne",
"license": "MIT",
"bugs": {
"url": "https://github.com/codesandbox-app/static-template/issues"
},
"homepage": "https://github.com/codesandbox-app/static-template#readme",
"devDependencies": {
"serve": "^11.2.0"
}
}
|