-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 763 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
{
"name": "websql-client",
"version": "0.0.1",
"description": "connects to websql-server and exposes a WebSQL API",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"express": "^4.12.0",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.4",
"nodeunit": "^0.9.0",
"serve-static": "^1.9.1",
"zombie": "^2.5.1"
},
"scripts": {
"test": "sh -c './node_modules/nodeunit/bin/nodeunit test' "
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMemoryT/websql-client.git"
},
"author": "MetaMemoryT",
"license": "MIT",
"bugs": {
"url": "https://github.com/MetaMemoryT/websql-client/issues"
},
"homepage": "https://github.com/MetaMemoryT/websql-client"
}