forked from pooyahatami/Algorithm-Sort-Bead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"_from": "node-sort-bead",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-kBCcZfJK81U3pJaeRiOZOpsC9Lc=",
"_location": "/node-sort-bead",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-sort-bead",
"name": "node-sort-bead",
"escapedName": "node-sort-bead",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-sort-bead/-/node-sort-bead-1.0.1.tgz",
"_shasum": "90109c65f24af35537a4969e4623993a9b02f4b7",
"_spec": "node-sort-bead",
"_where": "C:\\inetpub\\nodejs",
"author": {
"name": "Pooya Hatami",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/pooyahatami/Algorithm-Sort-Bead/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Also known as Gravity sort, this algorithm was inspired from natural phenomenons and was designed keeping in mind objects(or beads) falling under the influence of gravity.",
"devDependencies": {
"tap": "~0.4.1"
},
"homepage": "https://github.com/pooyahatami/Algorithm-Sort-Bead#readme",
"license": "MIT",
"main": "node-sort-bead.js",
"name": "node-sort-bead",
"repository": {
"url": "git+https://github.com/pooyahatami/Algorithm-Sort-Bead.git"
},
"scripts": {
"test": "test-Cases/*.js"
},
"version": "2.0.1"
}