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
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "leaflet-r-package",
"version": "0.0.0",
"description": "",
"main": "javascript/src/index.js",
"directories": {
"man": "man",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstudio/leaflet.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rstudio/leaflet/issues"
},
"homepage": "https://github.com/rstudio/leaflet#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.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-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"
}
}