-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@lisbakke/expresserator",
"version": "1.0.23",
"description": "expresserator",
"main": "index.js",
"engines": {
"node": ">=8.1.3"
},
"files": [
"build"
],
"scripts": {
"prepublish": "rm -rf build && ./node_modules/.bin/babel src/ -d build",
"example": "node -r babel-register example/example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisbakke/expresserator.git"
},
"author": "Ben Lisbakken",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/lisbakke/expresserator/issues"
},
"homepage": "https://github.com/lisbakke/expresserator#readme",
"dependencies": {
"bluebird": "3.5.0",
"body-parser": "1.17.1",
"compression": "1.7.0",
"core-decorators": "^0.20.0",
"express": "4.15.2",
"flow-bin": "0.49.1",
"uuid": "3.0.1"
},
"devDependencies": {
"babel-cli": "6.14.0",
"babel-eslint": "7.2.3",
"babel-plugin-istanbul": "4.1.4",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-class-properties": "6.11.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "6.14.0",
"babel-plugin-transform-runtime": "6.12.0",
"babel-plugin-transform-strict-mode": "6.11.3",
"babel-preset-es2015": "6.14.0",
"babel-register": "6.24.1",
"babel-runtime": "6.11.6"
}
}