-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "crosstalk",
"version": "1.2.0-alpha.9000",
"description": "",
"main": "inst/www/js/crosstalk.js",
"directories": {
"man": "man"
},
"scripts": {
"test": "grunt test",
"coverage": "./node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha --report html --check-coverage -- --timeout 5000 -u tdd --recursive javascript/tests/"
},
"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-cli": "^6.26.0",
"babel-istanbul": "^0.12.2",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.1.1",
"eslint": "^4.18.2",
"grunt": "^1.0.2",
"grunt-browserify": "^5.2.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-exorcise": "^2.1.1",
"grunt-mocha-test": "^0.13.3",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.0.2",
"source-map-support": "^0.5.3"
},
"dependencies": {
"babel-core": "^6.26.0"
},
"files": []
}