-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 821 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
{
"scripts": {
"test": "ava",
"build": "babel src -d build"
},
"devDependencies": {
"ava": "^0.18.2",
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2"
},
"name": "@noise-machines/normalize",
"version": "1.0.2",
"description": "Normalize an array of numbers.",
"main": "build/index.js",
"dependencies": {
"ava": "^0.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noise-machines/normalize.git"
},
"keywords": [
"statistics"
],
"author": "C. Thomas Bailey",
"license": "MIT",
"bugs": {
"url": "https://github.com/noise-machines/normalize/issues"
},
"babel": {
"presets": [
"env"
]
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/noise-machines/normalize#readme"
}