-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1004 Bytes
/
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
{
"name": "array-operations",
"version": "1.1.0",
"description": "This is JavaScript module for fastest array operations",
"main": "app.js",
"readmeFilename": "README.md",
"scripts": {
"test": "mocha test",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chouguleds/array-operations.git"
},
"keywords": [
"array",
"fast array",
"set",
"hash",
"set operations",
"fastest array functions",
"operations",
"array difference",
"array unique",
"filter",
"manipulation",
"for each perform",
"fast array functions",
"array functions",
"array util",
"array flatten",
"flatten array"
],
"author": "Deepak Chougule <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chouguleds/array-operations/issues"
},
"homepage": "https://github.com/chouguleds/array-operations#readme",
"devDependencies": {
"mocha": "^2.3.3"
}
}