-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "sd-random",
"version": "0.1.4",
"description": "SilverDecisions module - Tools for generating random numbers from various distributions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilverDecisions/sd-random.git"
},
"keywords": [
"SilverDecisions",
"random",
"distributions"
],
"author": "Przemysław Szufel, Michał Wasiluk",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/SilverDecisions/sd-random/issues"
},
"homepage": "https://github.com/SilverDecisions/sd-random#readme",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chalk": "^4.1.2",
"del": "^6.0.0",
"documentation": "^13.2.5",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-documentation": "^3.2.1",
"gulp-load-plugins": "^2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^17.2.0"
}
}