1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00
appwrite/package.json

16 lines
312 B
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
"name": "appwrite",
"version": "0.1.0",
"license": "MIT",
"repository": "public",
"devDependencies": {
"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",
"gulp-webserver": "^0.9.1",
"jest": "^24.7.1"
}
}