-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
55 lines (55 loc) · 1.49 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
51
52
53
54
55
{
"name": "chas-ege",
"version": "2.2.2",
"description": "Тренажёр для подготовки к экзаменам",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"ace-builds": "^1.4.12",
"chas-storage": "^0.1.1",
"cubic-spline-browserified": "^3.0.3",
"d": "1.0.1",
"es5-ext": "0.10.53",
"es6-set": "0.1.5",
"es6-symbol": "3.1.3",
"html2canvas": "^1.0.0-rc.7",
"jszip": "^3.10.1",
"mathjs": "^11.5.1",
"nerdamer": "^1.1.13",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-check-pages": "^0.9.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-qunit": "^6.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.0.0",
"grunt-concurrent": "^2.2.1",
"grunt-newer": "^1.1.0",
"grunt-swigtemplates": "^0.1.2",
"load-grunt-tasks": "^3.2.0",
"ls": "^0.2.1",
"mkdirp": "^0.5.0",
"node-regexp": "^0.1.1",
"qunit-bdd": "^0.6.1",
"qunitjs": "^1.19.0",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/chas-ege-team/chas-ege/"
},
"author": "Команда проекта Час ЕГЭ",
"license": "GPL-3.0"
}