-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.01 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.01 KB
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
{
"name": "cliend-ext",
"version": "1.3.0",
"description": "Расширение для [Портала электронного образования Республики Татарстан](http://edu.tatar.ru). Вносит небольшие улучшения на портале (подробный список ниже). Является подпроектом [ClienD](http://cliend.ru).",
"main": "index.js",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClienDDev/ClienD-ext.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ClienDDev/ClienD-ext/issues"
},
"homepage": "https://github.com/ClienDDev/ClienD-ext#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-css-base64": "^1.3.4",
"gulp-cssnano": "^2.1.3",
"gulp-jsonlint": "^1.3.0",
"gulp-less": "^4.0.1",
"gulp-zip": "^5.0.0"
}
}