source: trip-planner-front/node_modules/is-arrayish/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 705 bytes
Line 
1{
2 "name": "is-arrayish",
3 "description": "Determines if an object can be used as an array",
4 "version": "0.2.1",
5 "author": "Qix (http://github.com/qix-)",
6 "keywords": [
7 "is",
8 "array",
9 "duck",
10 "type",
11 "arrayish",
12 "similar",
13 "proto",
14 "prototype",
15 "type"
16 ],
17 "license": "MIT",
18 "scripts": {
19 "pretest": "xo",
20 "test": "mocha --compilers coffee:coffee-script/register"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/qix-/node-is-arrayish.git"
25 },
26 "devDependencies": {
27 "coffee-script": "^1.9.3",
28 "coveralls": "^2.11.2",
29 "istanbul": "^0.3.17",
30 "mocha": "^2.2.5",
31 "should": "^7.0.1",
32 "xo": "^0.6.1"
33 }
34}
Note: See TracBrowser for help on using the repository browser.