-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 786 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 786 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
{
"name": "spatialite",
"description": "SpatiaLite for node",
"version": "0.1.0",
"homepage": "http://github.com/zhm/node-spatialite",
"author": {
"name": "Zac McCormick",
"url": "http://github.com/zhm",
"email": "zac.mccormick@gmail.com"
},
"contributors": [
"Zac McCormick <zac.mccormick@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/zhm/node-spatialite.git"
},
"dependencies": {
"sqlite3": "*"
},
"devDependencies": {
"coffee-script": "*",
"underscore": "*",
"mocha": "*",
"should": "*",
"step": "0.0.4",
"expresso": "*"
},
"engines": {
"node": ">= 0.6.13"
},
"scripts": {
"test": "make test"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/spatialite"
}