-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 944 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": "sum.js",
"version": "0.6.0",
"description": "Sum a list of number literals, nested object property values, or values returned from a custom function for Node.js and the browser.",
"author": "Wil Moore III <[email protected]>",
"keywords": [
"sum",
"array",
"math",
"addition",
"fold",
"reduce"
],
"main": "./index",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/wilmoore/sum.js"
},
"component": {
"scripts": {
"selectn": "index.js"
}
},
"license": "MIT",
"devDependencies": {
"mocha": "*",
"browserify": "~2.27.1",
"chai": "~1.8.1",
"jsonlint": "~1.6.0",
"mocha-phantomjs": "~3.2.0",
"uglify-js": "~2.4.7",
"component": "~0.18.0"
},
"volo": {
"url": "https://raw.github.com/wilmoore/sum.js/v{version}/sum.js"
},
"dependencies": {
"selectn": "~0.9.6"
}
}