-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 906 Bytes
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": "simplemovingaverage",
"version": "1.1.2",
"description": "Simple moving average time series smoothing.",
"engines": {
"node": "*"
},
"main": "simplemovingaverage.js",
"devDependencies": {
"browserify": "latest",
"babelify": "~5.0.3",
"gulp": "latest",
"gulp-connect": "latest",
"gulp-karma": "latest",
"jasmine-core": "latest",
"karma": "0.13",
"karma-browserify": "latest",
"karma-jasmine": "latest",
"karma-phantomjs-launcher": "latest",
"karma-spec-reporter": "latest",
"watchify": "^3.7.0"
},
"repository": "joshause/simplemovingaverage",
"keywords": [
"simplemovingaverage",
"simplemovingaverage.js",
"simple moving average",
"simple-moving-average",
"joshause"
],
"author": "Josh Ause",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshause/simplemovingaverage/issues"
}
}