1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00
appwrite/package.json

22 lines
537 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",
"scripts": {
"build": "npm run gulp:less && npm run gulp:import && npm run gulp:build",
"gulp:less": "gulp less",
"gulp:import": "gulp import",
"gulp:build": "gulp build"
},
2019-05-09 18:54:39 +12:00
"devDependencies": {
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",
"ls-service-form2json": "^1.0.0",
"yargs-parser": "^20.2.7"
2019-05-09 18:54:39 +12:00
}
}