-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "angular-zendesk-widget",
"version": "0.1.3",
"main": "dist/angular-zendesk-widget.js",
"author": {
"name": "CrossLead, Inc.",
"email": "[email protected]"
},
"scripts": {
"test": "gulp process-all"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^1.9.1",
"chai-jquery": "^1.2.3",
"eslint": "^2.11.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.3.4",
"gulp-eslint": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"jasmine-core": "^2.3.4",
"karma": "^0.12.22",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^0.3.6",
"karma-jquery": "^0.1.0",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "^0.0.18",
"run-sequence": "^1.0.2",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"engines": {
"node": ">=4.3.0",
"npm": ">=3"
}
}