-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 976 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 976 Bytes
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
{
"name": "trailpack-bootstrap",
"version": "2.0.0",
"description": "Trailpack to run a bootstrap function when Trails server is ready ",
"homepage": "https://github.com/trailsjs/trailpack-bootstrap",
"author": {
"name": "trailsjs",
"email": "hello@trailsjs.io",
"url": "https://github.com/trailsjs"
},
"files": [
"lib",
"config",
"archetype",
"api"
],
"main": "index.js",
"keywords": [
"trailpack",
"trails",
"trailjs",
"bootstrap"
],
"dependencies": {
"lodash": "^4.17.4",
"trailpack": "^2.1.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-trails": "^2.0.6",
"mocha": "^3.2.0",
"smokesignals": "^2.1.1",
"trails": "^2.0.1"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "https://github.com/jaumard/trailpack-bootstrap",
"license": "MIT"
}