tellme/client/package.json

15 lines
291 B
JSON
Raw Normal View History

2025-02-04 13:43:24 +01:00
{
"name": "TellMe",
2025-02-04 14:16:20 +01:00
"version": "2.0.0b1",
2025-02-04 13:43:24 +01:00
"description": "TellMe CLI",
"scripts": {
"dev": "webpack-dev-server --inline --hot"
},
"author": "Guy Van Sanden <guy@taurix.net>",
"license": "AGPL",
"dependencies": {
"grunt": "~0.4.5",
"grunt-version": "~1.1.0"
}
}