forked from Code4HR/hrtb.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.4 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
53
54
55
56
57
58
59
60
{
"name": "hrtb-us",
"version": "0.0.0",
"description": "A proof-of-concept isomorphic hrtb.us",
"homepage": "http://hrtb.us",
"author": {
"name": "Blaine Price",
"email": "[email protected]",
"url": "https://github.com/trailsjs"
},
"main": "index.js",
"keywords": [
"transit",
"nodejs",
"react",
"trails",
"trailsjs"
],
"dependencies": {
"eslint-config-trails": "^2.0.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"hapi-react-views": "^9.2.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"trailpack-footprints": "^2.0.0",
"trailpack-gulp": "^1.0.2",
"trailpack-hapi": "^2.2.0",
"trailpack-repl": "v2-latest",
"trailpack-router": "v2-latest",
"trailpack-sequelize": "^2.0.0",
"trails": "v2-latest",
"winston": "^2.3",
"wreck": "^10.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"eslint": "^2.13.1",
"eslint-config-trails": "^2.0.8",
"eslint-plugin-react": "^6.10.0",
"gulp-babel": "^6.1.2",
"mocha": "^2.5",
"supertest": "^1.2"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "[email protected]:Code4HR/hrtb.us.git",
"license": "MIT"
}