-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 Bytes
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
{
"name": "probabilityjs",
"version": "0.0.011",
"description": "probablity methods",
"main": "index.js",
"scripts": {
"build": "tsc && tsc -p tsconfig.browser.json && gulp copy",
"build:minify": "npm run build && gulp minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrfarhadir/probability.git"
},
"keywords": [
"probablity",
"math"
],
"author": "Farhad Mehryari <info@mrfarhad.ir>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrfarhadir/probability/issues"
},
"homepage": "https://github.com/mrfarhadir/probability#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jasmine": "^3.3.1",
"jasmine-console-reporter": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"typescript": "^3.3.3333"
}
}