-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": "Jacob Bogers",
"bugs": {
"url": "https://github.com/jacobbogers/r-base/issues"
},
"dependencies": {},
"description": "Functions from the R-package \"base\"",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/clone": "^0.1.30",
"@types/debug": "0.0.31",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^0.1.19",
"clone": "^2.1.2",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"debug": "^4.1.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.6",
"lodash.clonedeep": "^4.5.0",
"lodash.defaults": "^4.2.0",
"lodash.merge": "^4.6.1",
"markdown-it": "^8.4.2",
"markdown-it-katex": "^2.0.3",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0",
"shx": "^0.3.2",
"source-map-support": "^0.5.9",
"sshpk": "^1.15.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.1.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
},
"homepage": "https://github.com/jacobbogers/r-base#readme",
"keywords": [
"R",
"base",
"statistics",
"base.package"
],
"license": "GPL3",
"main": "dist/lib/r-base",
"name": "r-base",
"repository": {
"type": "git",
"url": "git+https://github.com/jacobbogers/r-base.git"
},
"scripts": {},
"version": "1.0.0"
}