forked from trailsjs/trails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "trails",
"version": "0.0.18",
"description": "Modern MVC Web Framework for Node.js",
"keywords": [
"mvc",
"framework",
"platform",
"rest",
"api",
"rails",
"grails",
"sails",
"trails",
"trailsjs",
"realtime",
"hapi",
"i18n",
"orm"
],
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailsjs/trails.git"
},
"author": "Trails.js Team <hello@trailsjs.io>",
"contributors": [
{
"name": "Travis Webb",
"email": "me@traviswebb.com",
"url": "https://github.com/tjwebb"
},
{
"name": "Konstantin Zolotarev",
"url": "https://github.com/konstantinzolotarev"
},
{
"name": "Weyland Joyner",
"url": "https://github.com/weyj4"
},
{
"name": "Linda Nichols",
"email": "lynnaloo@gmail.com",
"url": "https://github.com/weyj4"
},
{
"name": "Mike Hostetler",
"email": "mike@epicfirm.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trails/issues"
},
"homepage": "http://trailsjs.io",
"dependencies": {
"i18next": "^2.0.14"
},
"devDependencies": {
"eslint": "next",
"eslint-config-trails": "^1.0",
"mocha": "^2.3.4",
"trailpack": "0.0.17",
"winston": "^2.1.1"
},
"eslintConfig": {
"extends": "trails"
}
}