0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00
wagtail/client/package.json
Josh Barr 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS
Thanks to @justinvdm for the help

Merges: #2275
2016-02-25 13:32:48 +00:00

19 lines
339 B
JSON

{
"name": "wagtail",
"license": "BSD-3-Clause",
"author": "Wagtail",
"version": "0.0.2",
"bin": {
"wagtail": "./src/cli/index.js"
},
"scripts": {
"test": "npm test"
},
"main": "src/index.js",
"description": "Wagtail's client side code",
"dependencies": {
"mustache": "^2.2.1",
"yargs": "^4.2.0"
}
}