forked from elastic/timelion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 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
{
"name": "timelion",
"version": "5.0.0-0.1.261",
"dependencies": {
"body-parser": "^1.12.0",
"boom": "^2.8.0",
"css-loader": "0.17.0",
"glob": "^5.0.13",
"gulp-zip": "^3.2.0",
"moment": "^2.10.3",
"node-fetch": "^1.3.2",
"nostradamus": "^0.1.0",
"pegjs": "^0.9.0"
},
"devDependencies": {
"aws-sdk": "^2.2.16",
"babel-eslint": "^4.1.4",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"bluebird": "^3.0.5",
"chai": "^3.2.0",
"eslint": "^1.9.0",
"eslint-plugin-mocha": "^1.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-gzip": "^1.2.0",
"gulp-tar": "^1.5.0",
"gulp-util": "^3.0.7",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.0",
"rimraf": "^2.4.3",
"rsync": "^0.4.0",
"yargs": "^3.29.0"
},
"scripts": {
"test": "mocha --compilers js:babel/register series_functions/__test__/*.js"
}
}