0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/client/package.json
2017-05-13 23:53:10 +03:00

22 lines
436 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",
"bin": {
"wagtail": "./src/cli/index.js"
},
"files": [
"src/index.js"
],
"devDependencies": {},
"dependencies": {
"mustache": "^2.2.1",
"yargs": "^4.2.0"
},
"scripts": {}
}