appwrite/package.json

16 lines
323 B
JSON
Raw Normal View History

2019-05-09 06:54:39 +00:00
{
2019-08-06 04:58:32 +00:00
"name": "appwrite-server",
2019-05-09 06:54:39 +00:00
"version": "0.1.0",
2019-08-06 04:58:32 +00:00
"license": "BSD-3-Clause",
2019-05-09 06:54:39 +00:00
"repository": "public",
"devDependencies": {
2019-08-10 19:32:30 +00:00
"appwrite": "^1.0.11",
2019-05-09 06:54:39 +00:00
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "2.5.2",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^4.0.1",
2019-08-06 05:25:54 +00:00
"jest": "^24.7.1"
2019-05-09 06:54:39 +00:00
}
}