]> BookStack Code Mirror - bookstack/blob - package.json
Fixes typo causing the message not to be displayed
[bookstack] / package.json
1 {
2   "private": true,
3   "scripts": {
4     "build": "gulp --production",
5     "dev": "gulp watch",
6     "watch": "gulp watch"
7   },
8   "devDependencies": {
9     "angular": "^1.5.5",
10     "angular-animate": "^1.5.5",
11     "angular-resource": "^1.5.5",
12     "angular-sanitize": "^1.5.5",
13     "angular-ui-sortable": "^0.15.0",
14     "dropzone": "^4.0.1",
15     "gulp": "^3.9.0",
16     "laravel-elixir": "^6.0.0-11",
17     "laravel-elixir-browserify-official": "^0.1.3",
18     "marked": "^0.3.5",
19     "moment": "^2.12.0",
20     "zeroclipboard": "^2.2.0"
21   }
22 }