-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 903 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 903 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
{
"name": "alien-node-mysql-utils",
"version": "0.5.12",
"description": "Helper functions for MySQL on NodeJS",
"main": "lib/DB.js",
"dependencies": {
"aybabtu": "*",
"moment": "^2.11.2",
"mysql": "^2.15.x",
"q": "^2.0.x",
"ramda": "^0.27.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"jasmine": "^2.3.1"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/aliencreations/alien-node-mysql-utils.git"
},
"keywords": [
"aliencreations",
"api",
"util",
"node",
"ramda"
],
"author": "Sean Cannon",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliencreations/alien-node-mysql-utils/issues"
},
"homepage": "https://github.com/aliencreations/alien-node-mysql-utils"
}