-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.07 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
51
52
{
"name": "trailpack-treefrog",
"version": "2.0.0",
"description": "Structured frontends in Angular 2 or React for Trailsjs apps",
"homepage": "https://cali-style.com",
"author": {
"name": "Scott Wyatt",
"email": "[email protected]",
"url": "https://cali-style.com"
},
"contributors": [
{
"name": "Jimmy Aumard",
"url": "https://github.com/jaumard"
}
],
"main": "index.js",
"keywords": [
"treefrog",
"trailpack",
"trails",
"trailjs",
"angular 2",
"react",
"foundation",
"bootstrap"
],
"dependencies": {
"lodash": "^4.13.1",
"trailpack": "^2.1.0"
},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-config-trails": "^2.0.0",
"mocha": "^3.0.0",
"semantic-release": "^4.3.5",
"smokesignals": "^2.1.0",
"trailpack-router": "^2.1.0",
"trails": "^1.0.4"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "CaliStyle/trailpack-treefrog",
"license": "MIT"
}