UNPKG

1.03 kBJSONView Raw
1{
2 "name": "theroomjs",
3 "version": "2.0.7",
4 "description": "a vanilla javascript plugin that allows you to outline dom elements like web inspectors",
5 "main": "index.js",
6 "scripts": {
7 "start": "gulp",
8 "build": "gulp build",
9 "lint": "npm run lint:standard",
10 "lint:standard": "standard --verbose | snazzy || exit 0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/hsynlms/theroomjs.git"
15 },
16 "keywords": [
17 "inspector",
18 "web-inspector",
19 "dom-element",
20 "dom",
21 "outline"
22 ],
23 "author": "Huseyin ELMAS",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/hsynlms/theroomjs/issues"
27 },
28 "homepage": "https://github.com/hsynlms/theroomjs#readme",
29 "devDependencies": {
30 "chalk": "^4.1.0",
31 "del": "^6.0.0",
32 "gulp": "^4.0.2",
33 "gulp-header": "^2.0.9",
34 "gulp-rename": "^2.0.0",
35 "gulp-sourcemaps": "^2.6.5",
36 "gulp-uglify": "^3.0.2",
37 "snazzy": "^8.0.0",
38 "standard": "^14.3.4"
39 }
40}