forked from clkao/plv8x
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.15 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
{
"name": "plv8",
"description": "require() node.js modules in plv8",
"version": "2.1.4",
"keywords": [
"postgres",
"postgresql",
"pg",
"database",
"plv8",
"plnode",
"require"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/langateam/plv8.git"
},
"author": "Langa Team <[email protected]>",
"contributors": [
{
"name": "Chia-liang Kao",
"email": "[email protected]"
},
{
"name": "Travis Webb",
"email": "[email protected]"
}
],
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"babel-core": "^6.10.4",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"eslint": "^3.0.1",
"eslint-config-trails": "^2",
"knex": "^0.11.7",
"mocha": "^2.1.0",
"pg": "^6.0.1"
},
"eslintConfig": {
"extends": "trails"
},
"license": "MIT"
}