forked from rstudio/crosstalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 Bytes
/
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
{
"name": "crosstalk",
"version": "0.2.1",
"description": "",
"main": "inst/www/js/crosstalk.js",
"directories": {
"man": "man"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/rstudio/crosstalk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/rstudio/crosstalk/issues"
},
"homepage": "/~https://github.com/rstudio/crosstalk#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.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-jsdoc": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"ink-docstrap": "^1.3.0",
"mocha": "^2.4.5",
"source-map-support": "^0.4.0"
}
}