-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 962 Bytes
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
{
"name": "scorage-postgres",
"version": "0.0.1",
"description": " A PostgreSQL datastore for scorage",
"main": "app.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register ./test/**/*.js",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HolyMeekrob/scorage-postgres.git"
},
"keywords": [
"scorage",
"database",
"postgres"
],
"author": "Andy Steinberg <holy.meekrob@gmail.com> (http://www.epicaricacy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/HolyMeekrob/scorage-postgres/issues"
},
"homepage": "https://github.com/HolyMeekrob/scorage-postgres#readme",
"dependencies": {
"pg": "^4.4.3"
},
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"chai": "^3.4.0",
"eslint": "^1.8.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.3"
}
}