8000 added package.json · plotly/ndarray-sort@861e6f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 861e6f9

Browse files
committed
added package.json
1 parent 12e9c82 commit 861e6f9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

package.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "ndarray-sort",
3+
"version": "0.0.0",
4+
"description": " 10000 Sorts ndarrays in place",
5+
"main": "sort.js",
6+
"directories": {
7+
"test": "test"
8+
},
9+
"dependencies": {
10+
"typedarray-pool": "~0.1.1"
11+
},
12+
"devDependencies": {
13+
"ndarray-ops": "~1.1.1",
14+
"ndarray-pack": "~1.0.1",
15+
"ndarray": "~1.0.5",
16+
"ndarray-unpack": "~0.0.0",
17+
"tape": "~1.0.4"
18+
},
19+
"scripts": {
20+
"test": "tap test/*.js"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git://github.com/mikolalysenko/ndarray-sort.git"
25+
},
26+
"keywords": [
27+
"ndarray",
28+
"sort",
29+
"typed",
30+
"array",
31+
"int",
32+
"quicksort"
33+
],
34+
"author": "Mikola Lysenko",
35+
"license": "MIT",
36+
"readmeFilename": "README.md",
37+
"gitHead": "12e9c82d410e74e0137a5de773e931b1c6366eb0",
38+
"bugs": {
39+
"url": "https://github.com/mikolalysenko/ndarray-sort/issues"
40+
}
41+
}

0 commit comments

Comments
 (0)
0