-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 813 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 813 Bytes
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": "fi1a.bitrixvalidation",
"version": "1.0.0",
"description": "Модуль 1С-Битрикс \"Валидация полей и свойств\"",
"main": "gulpfile.js",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"build_last_version": "./node_modules/.bin/gulp build_last_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fi1a/bitrixvalidation.git"
},
"author": "",
"homepage": "https://github.com/fi1a/bitrixvalidation",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.3.2",
"gulp-flatten": "^0.4.0",
"gulp-git": "^2.4.2",
"gulp-iconv": "0.0.1",
"gulp-zip": "^4.0.0",
"gulp4-run-sequence": "^1.0.1",
"moment": "^2.19.3",
"node-run-cmd": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}