NotePostApp/www/package.json

17 lines
453 B
JSON
Raw Normal View History

{
2019-01-12 21:53:11 -07:00
"name": "com.netsyms.NotePostApp",
"displayName": "NotePost",
"version": "1.3.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.10.2",
"easymde": "^2.8.0",
"framework7": "^5.1.3",
"jquery": "^3.4.1",
"marked": "^0.7.0",
"shufflejs": "^5.2.3"
2019-01-12 21:53:11 -07:00
}
}