-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.39 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.39 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
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
56
57
58
59
60
61
62
63
64
{
"name": "amocrm-widget-booking",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sployad/amocrm-starter.git"
},
"keywords": [
"crm",
"amocrm",
"kit",
"widget"
],
"author": "sployad <roman@neretin.pro> (https://github.com/sployad)",
"license": "MIT",
"homepage": "https://github.com/sployad/amocrm-starter#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-csslint": "^1.0.1",
"gulp-include": "^2.4.1",
"gulp-jshint": "^2.1.0",
"gulp-json-editor": "^2.5.4",
"gulp-jsonlint": "^1.1.1",
"gulp-strip-comments": "^2.4.3",
"gulp-util": "^3.0.8",
"gulp-zip": "^5.0.2",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"jsonlint": "^1.6.3",
"semver": "^7.3.2"
},
"jshintConfig": {
"globals": {
"define": false
},
"esversion": 6,
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": false,
"forin": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"strict": false,
"globalstrict": "global",
"sub": true,
"supernew": true,
"undef": true,
"unused": true
},
"dependencies": {}
}