This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 2.25 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ideal-postcodes-autocomplete",
"version": "0.2.1",
"description": "Frontend UK Address Autocomplete Library for Ideal Postcodes API",
"main": "dist/ideal-postcodes-autocomplete.min.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"build": "./node_modules/gulp/bin/gulp.js",
"lint": "./node_modules/gulp/bin/gulp.js lint",
"ci": "./node_modules/gulp/bin/gulp.js ci",
"docs": "./node_modules/.bin/typedoc --mode file --entryPoint 'Autocomplete' --target ES3 --out docs/ --name 'UK Address Autocomplete' --theme minimal --excludePrivate --hideGenerator --excludeExternals lib/",
"integration_test_server": "./node_modules/gulp/bin/gulp.js test_webserver",
"test_server": "./node_modules/gulp/bin/gulp.js webserver",
"integration": "./node_modules/gulp/bin/gulp.js integration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideal-postcodes/ideal-postcodes-autocomplete.git"
},
"keywords": [
"UK",
"Addresses",
"Autocomplete",
"Ideal",
"Postcodes"
],
"author": "Ideal-Postcodes.co.uk",
"license": "MIT",
"bugs": {
"url": "https://github.com/ideal-postcodes/ideal-postcodes-autocomplete/issues"
},
"dependencies": {
"ideal-postcodes-core": "0.3.5"
},
"devDependencies": {
"babel-preset-es2015": "~6.24.1",
"browserstack-local": "~1.3.0",
"glob": "~7.1.1",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-clean-css": "~3.0.3",
"gulp-concat": "~2.6.0",
"gulp-header": "~1.8.2",
"gulp-nightwatch": "~0.3.1",
"gulp-plumber": "~1.1.0",
"gulp-server-livereload": "~1.9.2",
"gulp-sourcemaps": "~2.4.1",
"gulp-tsc": "~1.3.2",
"gulp-tslint": "~8.1.2",
"gulp-uglify": "~2.0.1",
"jasmine": "~2.8.0",
"jasmine-jquery": "~2.1.1",
"jquery": "~3.2.1",
"karma": "~1.7.1",
"karma-browserstack-launcher": "~1.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-ajax": "~0.1.13",
"lodash": "~4.17.4",
"nightwatch": "~0.9.8",
"optimist": "~0.6.1",
"run-sequence": "~2.1.0",
"tslint": "~5.7.0",
"typedoc": "~0.8.0",
"typescript": "~2.5.2"
},
"homepage": "https://ideal-postcodes.co.uk"
}