0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/client/package.json
2018-10-10 14:02:29 +01:00

16 lines
333 B
JSON

{
"name": "wagtail-client",
"version": "0.1.0",
"repository": "https://github.com/wagtail/wagtail",
"description": "Wagtail's client side code",
"license": "BSD-3-Clause",
"author": "Wagtail",
"main": "src/index.js",
"files": [
"src/index.js"
],
"devDependencies": {},
"dependencies": {},
"scripts": {}
}