-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.1 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
{
"name": "jsql-official",
"version": "3.3.19",
"description": "A persistent SQL database.",
"main": "jSQL.min.js",
"directories": {
"example": "tests"
},
"scripts": {
"test": "node node_modules/.bin/mocha",
"coverage": "node node_modules/.bin/istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://Pamblam@github.com/Pamblam/jSQL.git"
},
"keywords": [
"sql",
"jsql",
"jsql-official",
"javascript",
"query",
"language",
"data",
"management",
"state",
"database",
"sql-engine",
"j-squirrel"
],
"author": "Rob Parham",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Pamblam/jSQL/issues"
},
"homepage": "http://pamblam.github.io/jSQL/",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-string-replace": "^1.3.1",
"istanbul": "^0.4.5",
"mocha": "^4.0.1"
}
}