BookStack/package.json

20 lines
443 B
JSON
Raw Normal View History

2015-07-13 03:01:42 +08:00
{
"private": true,
"devDependencies": {
2015-12-31 02:38:18 +08:00
"gulp": "^3.9.0"
2015-07-13 03:01:42 +08:00
},
"dependencies": {
2015-12-30 00:39:25 +08:00
"angular": "^1.5.0-rc.0",
2015-12-31 02:38:18 +08:00
"angular-animate": "^1.5.0-rc.0",
2015-12-30 00:39:25 +08:00
"angular-resource": "^1.5.0-rc.0",
2015-12-31 02:38:18 +08:00
"angular-sanitize": "^1.5.0-rc.0",
"babel-runtime": "^5.8.29",
"bootstrap-sass": "^3.0.0",
"dropzone": "^4.0.1",
"laravel-elixir": "^3.4.0",
2016-03-25 22:41:15 +08:00
"marked": "^0.3.5",
"moment": "^2.12.0",
"zeroclipboard": "^2.2.0"
2015-07-13 03:01:42 +08:00
}
}