forked from 2do2go/json-sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 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
{
"name": "json-sql",
"description": "node.js json to sql queries mapper",
"version": "0.3.11",
"author": "Artem Zhukov <artzhuchka@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:2do2go/json-sql.git"
},
"keywords": ["json-sql", "json", "sql", "odm", "mapper", "db", "database"],
"dependencies": {
"underscore": "1.8.2"
},
"devDependencies": {
"chai": "2.2.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.8.11",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1"
},
"main": "./lib/index",
"scripts": {
"test": "gulp test",
"coverage": "gulp coverage"
}
}