-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
40
41
42
{
"name": "statistics",
"version": "1.0.1",
"description": "Statistic API",
"private": true,
"main": "index.js",
"scripts": {
"start": "supervisor -i node_modules,.git start",
"test": "mocha --compilers js:babel-register \"src/**/*.test.js\""
},
"author": "Antti Manninen <antti.mann@gmail.com>",
"dependencies": {
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-object-rest-spread": "6.20.2",
"babel-plugin-transform-runtime": "6.15.0",
"bluebird": "3.3.5",
"boom": "3.1.2",
"good": "7.1.0",
"good-console": "6.2.0",
"good-squeeze": "5.0.1",
"hapi": "15.2.0",
"hapi-swagger": "7.4.0",
"iconv-lite": "0.4.15",
"inert": "4.0.3",
"joi": "10.0.5",
"lodash": "4.17.2",
"mongodb": "2.1.16",
"request": "2.79.0",
"vision": "4.1.1"
},
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.7.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-preset-es2015": "6.6.0",
"babel-register": "6.18.0",
"chai": "3.5.0",
"mocha": "3.2.0",
"npm": "3.8.6",
"sinon": "1.17.3"
}
}