-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
36 lines (36 loc) · 878 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
{
"author": {
"name": "Julien Loutre",
"email": "[email protected]",
"url": "http://www.twenty-six-medias.com/"
},
"name": "timeseries-analysis",
"description": "timeseries-analysis",
"version": "1.0.12",
"homepage": "https://github.com/26medias/timeseries-analysis",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/26medias/timeseries-analysis/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/26medias/timeseries-analysis.git"
},
"main": "timeseries-analysis.js",
"engines": {
"node": "*"
},
"dependencies": {
"underscore": "latest",
"google-image-chart": "latest"
},
"devDependencies": {},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/26medias/timeseries-analysis/issues"
},
"_id": "[email protected]",
"_from": "timeseries-analysis@latest"
}