-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
{
"name": "array-cop",
"version": "1.0.0",
"description": "An [array] utility tool that makes life easier and also does some maths for you.",
"main": "src/array-cop.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomkallen/array-cop.git"
},
"keywords": [
"arrays",
"array",
"utils",
"utility",
"maths",
"flatten"
],
"author": "Alex Bykoff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomkallen/array-cop/issues"
},
"homepage": "https://github.com/tomkallen/array-cop#readme",
"devDependencies": {
"chai": "3.5.0",
"gulp": "^3.9.1",
"istanbul": "0.4.3",
"jsdoc": "^3.4.0",
"mocha": "2.5.3",
"mocha-sinon": "^1.1.5",
"sinon": "^1.17.4"
}
}