-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "language-learning",
"version": "1.0.0",
"description": "An application for learning all kinds of subjects",
"main": "main.js",
"jshintConfig": {
"esversion": 6
},
"scripts": {
"start": "electron main.js",
"pretest": "jshint ./tests && jshint ./app",
"test": "intern-client config=tests/internLocal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RUGSoftEng/Team-5"
},
"keywords": [
"language",
"learning",
"slimstampen"
],
"author": "Language Learning team",
"license": "ISC",
"homepage": "https://github.com/RUGSoftEng/Team-5#readme",
"devDependencies": {
"electron-packager": "^5.2.1",
"electron-prebuilt": "^1.0.2"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bcryptjs": "^2.3.0",
"bootstrap": "^3.3.6",
"bootstrap-select": "^1.10.0",
"chromedriver": "^2.21.2",
"dateformat": "^1.0.12",
"electron-prebuilt": "^1.0.2",
"electron-sudo": "^3.0.4",
"intern": "^3.1.1",
"jquery": "^2.2.2",
"jshint": "^2.9.2",
"mysql": "^2.10.2",
"parsleyjs": "^2.3.7",
"sha256": "^0.2.0",
"sprintf-js": "^1.0.3",
"sqlite": "0.0.4",
"underscore": "^1.8.3",
"xlsx": "^0.8.0"
}
}