-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1002 Bytes
/
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
{
"name": "trailpack-plv8",
"version": "1.0.4",
"description": "require() and execute nodejs code in Postgres with PLV8 and Trails",
"homepage": "http://trailsjs.io",
"author": {
"name": "Langa",
"email": "[email protected]",
"url": "langa.io"
},
"main": "index.js",
"keywords": [
"trails",
"trailpack",
"trails",
"trailjs",
"postgres",
"plv8",
"require",
"graphql"
],
"dependencies": {
"plv8": "^2.0.2",
"trailpack": "^2"
},
"devDependencies": {
"eslint": "^2.4",
"eslint-config-trails": "^1.0.4",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"pg": "^6.0.3",
"smokesignals": "^1.0.9",
"trailpack-core": "^1.0.0-beta-6",
"trailpack-knex": "^0.5.11",
"trails": "^2"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "[email protected]:langateam/trailpack-plv8.git",
"license": "MIT"
}