This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 1.87 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
{
"name": "typeahead-address-photon",
"version": "1.1.0",
"description": "Address picker built with typeahead autocomplete using https://photon.komoot.io/",
"main": "dist/typeahead-address-photon.js",
"repository": {
"type": "git",
"url": "git+https://github.com/komoot/typeahead-address-photon.git"
},
"keywords": [
"typeahead",
"address",
"photon",
"places",
"picker",
"bloodhound"
],
"author": "Alexei KLENIN",
"license": "MIT",
"bugs": {
"url": "https://github.com/komoot/typeahead-address-photon/issues"
},
"homepage": "https://github.com/komoot/typeahead-address-photon#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "7.12.11",
"@babel/register": "^7.12.10",
"babel-register": "^6.26.0",
"bootstrap": "4.5.3",
"corejs-typeahead": "1.3.1",
"ecstatic": ">=4.1.3",
"http-server": "^0.12.3",
"jasmine": "^3.6.3",
"jasmine-expect": "5.0.0",
"jasmine-http-server-spy": "0.5.0",
"jasmine-spec-reporter": "^6.0.0",
"jquery": "^3.1.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"leaflet": "^1.0.1",
"npm-check": "^5.9.2",
"rollup": "2.35.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-uglify": "^6.0.4",
"serialize-javascript": ">=3.1.0",
"typeahead.js-bootstrap-css": "^1.2.1"
},
"scripts": {
"build": "rollup -c",
"compile": "babel src --out-dir dist",
"deps:check": "npm-check || true",
"deps:upgrade": "npm-check -u -E",
"lint": "jshint --reporter=node_modules/jshint-stylish src spec",
"release": "npm test && npm run compile && npm run build",
"serve": "http-server -o /debug",
"test": "jasmine"
}
}