-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 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
{
"name": "data-mapper",
"version": "0.1.17",
"description": "mybatis-like data mapper for javascript",
"author": "Kyungmi Koong <purecolor85@gmail.com>",
"scripts": {
"test": "mocha -R spec -u bdd"
},
"main": "./lib/data-mapper.js",
"dependencies": {
"debug": "~2.1.1",
"morgan": "~1.5.1",
"mysql": "2.6.2",
"lodash": "3.7.0",
"async": "0.9.0",
"dateformat": "1.0.11",
"winston": "1.0.0",
"cluster": "0.7.7",
"shortid": "2.2.2",
"json5": "0.4.0"
},
"devDependencies": {
"mocha": "2.2.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kyungmi/data-mapper.git"
}
}