source: frontend/node_modules/is-obj/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 541 bytes
Line 
1{
2 "name": "is-obj",
3 "version": "1.0.1",
4 "description": "Check if a value is an object",
5 "license": "MIT",
6 "repository": "sindresorhus/is-obj",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "obj",
23 "object",
24 "is",
25 "check",
26 "test",
27 "type"
28 ],
29 "devDependencies": {
30 "ava": "*",
31 "xo": "*"
32 }
33}
Note: See TracBrowser for help on using the repository browser.