-
Notifications
You must be signed in to change notification settings - Fork 611
/
package.json
37 lines (37 loc) · 989 Bytes
/
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
{
"name": "awesomplete",
"version": "1.1.7",
"description": "http://leaverou.github.io/awesomplete/",
"main": "awesomplete.js",
"scripts": {
"release": "release-it",
"test": "karma start --single-run"
},
"repository": "LeaVerou/awesomplete",
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/awesomplete/issues"
},
"homepage": "https://leaverou.github.io/awesomplete/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-def": "^0.1.0",
"release-it": "^17.6.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}