-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
{
"name": "algorithminjs",
"version": "1.0.4",
"description": "Encapsulate the collection of commonly used algorithms for node.js",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaomiwujiecao/algorithmInJS.git"
},
"keywords": [
"nodejs",
"javascript",
"algorithm",
"algorithmInJS",
"algorithm in js"
],
"author": "reverse",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiaomiwujiecao/algorithmInJS/issues"
},
"homepage": "https://github.com/xiaomiwujiecao/algorithmInJS#readme",
"dependencies": {
"async": "^2.6.1",
"lodash": "^4.17.11",
"mathjs": "^5.3.0",
"q": "^1.5.1"
},
"devDependencies": {
"@types/async": "^2.0.50",
"@types/node": "^10.12.10",
"@types/q": "^1.5.1",
"chai": "^4.2.0",
"gulp": "^3.9.1",
"gulp-typescript": "^5.0.0-alpha.3",
"mocha": "^5.2.0",
"typescript": "^3.1.6",
"typings": "^2.1.1"
}
}