source: trip-planner-front/node_modules/resolve-url/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 710 bytes
Line 
1{
2 "name": "resolve-url",
3 "version": "0.2.1",
4 "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
5 "author": "Simon Lydell",
6 "license": "MIT",
7 "main": "resolve-url.js",
8 "repository": "lydell/resolve-url",
9 "keywords": [
10 "resolve",
11 "url"
12 ],
13 "scripts": {
14 "test": "jshint resolve-url.js test/ && testling -u"
15 },
16 "devDependencies": {
17 "testling": "~1.6.0",
18 "jshint": "~2.4.3",
19 "tape": "~2.5.0"
20 },
21 "testling": {
22 "files": "test/*.js",
23 "browsers": [
24 "ie/8..latest",
25 "chrome/latest",
26 "firefox/latest",
27 "opera/12",
28 "opera/latest",
29 "safari/5",
30 "iphone/6",
31 "android-browser/4"
32 ]
33 }
34}
Note: See TracBrowser for help on using the repository browser.