forked from trailsjs/trails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.42 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
{
"name": "trails",
"version": "1.0.0-beta-1",
"description": "Modern Web Application Framework for Node.js",
"keywords": [
"mvc",
"framework",
"platform",
"rest",
"api",
"rails",
"grails",
"sails",
"trails",
"trailsjs",
"realtime",
"hapi",
"i18n",
"orm",
"server"
],
"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/lynnaloo"
},
{
"name": "Mike Hostetler",
"email": "mike@epicfirm.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trails/issues"
},
"homepage": "http://trailsjs.io",
"dependencies": {},
"devDependencies": {
"eslint": "^2.0.0-beta.2",
"eslint-config-trails": "^1.0",
"mocha": "^2.3.4",
"trailpack": "^1.0.0-alpha-1",
"winston": "^2.1.1"
},
"eslintConfig": {
"extends": "trails"
}
}