forked from rstudio/leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 753 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 753 Bytes
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
{
"name": "leaflet-r-package",
"private": true,
"scripts": {
"build": "grunt build",
"watch": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-register": "^6.14.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"eslint": ">=7.7.0",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^8.1.2",
"source-map-support": "^0.5.19"
}
}