-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 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
46
47
{
"name": "@aureooms/js-algorithms",
"description": "Playground for algorithms in JavaScript",
"homepage": "https://make-github-pseudonymous-again.github.io/js-algorithms",
"main": "js/dist/algorithms.js",
"version": "3.0.7",
"repository": {
"url": "https://github.com/make-github-pseudonymous-again/js-algorithms.git",
"type": "git"
},
"keywords": [
"adt",
"algorithm",
"complexity",
"ender",
"javascript",
"js",
"template"
],
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test",
"doc": "./node_modules/.bin/groc"
},
"author": "aureooms",
"devDependencies": {
"@aureooms/js-array": "^4.0.0",
"@aureooms/js-compare": "^1.4.3",
"@aureooms/js-functools": "^2.0.3",
"@aureooms/js-itertools": "^3.0.0",
"@aureooms/js-operator": "^1.0.2",
"@aureooms/js-partition": "^8.0.0",
"@aureooms/js-random": "^2.0.0",
"@aureooms/js-selection": "^9.0.0",
"@aureooms/js-sort": "^7.0.0",
"@aureooms/js-splitting": "^4.0.2",
"aureooms-node-package": "^6.0.1"
},
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-algorithms/issues"
},
"dependencies": {},
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/algorithms.js"
}
}