-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "maptable",
"version": "2.6.0",
"description": "Visualization tool that transforms data to Map or/and Table (with filters)",
"main": "dist/maptable.min.js",
"homepage": "https://github.com/Packet-Clearing-House/maptable",
"bugs": {
"url": "https://github.com/Packet-Clearing-House/maptable/issues"
},
"repository": {
"type": "https",
"url": "https://github.com/Packet-Clearing-House/maptable.git"
},
"author": {
"name": "Simo Elalj",
"email": "[email protected]",
"url": "https://www.pch.net"
},
"readmeFilename": "README.md",
"license": "MIT",
"scripts": {
"build": "gulp dist",
"lint": "./node_modules/.bin/eslint --fix --ext js .",
"dev": "gulp"
},
"overrides": {
"graceful-fs": "^4.2.10"
},
"devDependencies": {
"babel": "6.5.2",
"babel-plugin-closure-elimination": "1.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "1.1.1",
"browser-sync": "3.0.2",
"eslint": "8.33.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.3",
"gulp-header-comment": "0.10.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-rimraf": "0.2.0",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "1.5.2",
"rollup": "0.26.3",
"rollup-plugin-babel": "2.4.0",
"underscore": "1.9.1"
}
}