NotePostApp/www/package.json

17 lines
452 B
JSON
Raw Normal View History

{
2019-01-12 21:53:11 -07:00
"name": "com.netsyms.NotePostApp",
"displayName": "NotePost",
2019-03-01 17:28:53 -07:00
"version": "1.2.0",
2019-01-12 21:53:11 -07:00
"description": "A cross-platform client app for NotePost.",
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"easymde": "^2.4.2",
"framework7": "^3.6.5",
"jquery": "^3.3.1",
"marked": "^0.6.0",
"shufflejs": "^5.2.1"
}
}