1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/package.json

17 lines
367 B
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
2019-08-06 16:58:32 +12:00
"name": "appwrite-server",
2019-05-09 18:54:39 +12:00
"version": "0.1.0",
2019-08-06 16:58:32 +12:00
"license": "BSD-3-Clause",
2019-05-09 18:54:39 +12:00
"repository": "public",
"devDependencies": {
"yargs-parser": ">=20.2.0",
2020-09-14 01:13:24 +12:00
"gulp": "^4.0.2",
2020-03-25 18:08:33 +13:00
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2019-05-09 18:54:39 +12:00
"gulp-jsmin": "^0.1.5",
"gulp-less": "^4.0.1",
2020-09-14 01:13:24 +12:00
"jest": "^26.4.2",
2019-08-23 09:10:32 +12:00
"ls-service-form2json": "^1.0.0"
2019-05-09 18:54:39 +12:00
}
}