-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "@claudio/node-timeseries",
"version": "0.0.5",
"description": "timeseries",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webartoli/node-timeseries.git"
},
"author": "Claudio Bartoli <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/webartoli/node-timeseries/issues"
},
"homepage": "https://github.com/webartoli/node-timeseries#readme",
"dependencies": {
"joi": "^6.5.0",
"lodash": "^3.10.0",
"moment": "^2.10.3",
"through2": "^2.0.0"
},
"devDependencies": {
"callback-stream": "^1.0.2",
"from2": "^2.0.3",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.2",
"gulp-watch": "^4.2.4",
"level-test": "^2.0.0",
"mocha": "^2.2.5"
}
}