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) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 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": "^6.5.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"eslint": "^2.9.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"source-map-support": "^0.4.0"
}
}