-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "kyiv-krishna-academy-students",
"version": "1.1.1",
"description": "Developed specially for Kyiv Spiritual Academy of Krishna Consciousness in Ukraine and ISKCON.",
"main": "server.js",
"engines": {
"node": "5.5.0",
"npm": "3.3.12"
},
"scripts": {
"test": "bundle exec rspec && (cd client && npm run lint)",
"express-server": "echo 'visit http://localhost:4000' && cd client && npm start"
},
"repository": {
"type": "git",
"url": "https://github.com/KyivKrishnaAcademy/ved_akadem_students.git"
},
"keywords": [
"kyiv",
"krishna",
"academy",
"students"
],
"author": "mpugach",
"bugs": {
"url": "https://github.com/KyivKrishnaAcademy/ved_akadem_students/issues"
},
"homepage": "https://github.com/KyivKrishnaAcademy/ved_akadem_students",
"dependencies": {
"cookies-js": "1.2.3",
"intl-tel-input": "8.5.2",
"jquery": "^3.7.1",
"raven-js": "3.9.1",
"select2": "^4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.10"
}
}