marko/benchmark/vdom/browser.json
2020-02-24 16:48:25 -08:00

19 lines
416 B
JSON

{
"dependencies": [
{
"type": "js",
"url": "https://unpkg.com/react@15.3.1/dist/react.min.js"
},
{
"type": "js",
"url": "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.2/lodash.js"
},
{
"type": "js",
"url": "https://cdnjs.cloudflare.com/ajax/libs/benchmark/2.1.2/benchmark.js"
},
"benchmark/benchmark.js",
"require-run: ./client.js"
]
}