-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 753 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 753 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
{
"name": "node-mapserver",
"version": "0.0.1",
"description": "node bindings for libmapserver",
"main": "mapserver.js",
"directories": {
"example": "examples",
"test": "tests"
},
"config": {
"include_dir": "",
"lib_dir": ""
},
"scripts": {
"test": "node_modules/.bin/mocha -R spec tests/tests.js",
"install": "node-gyp configure build"
},
"repository": {
"type": "git",
"url": "https://github.com/pagameba/node-mapserver.git"
},
"keywords": [
"mapserver"
],
"author": "Paul Spencer",
"license": "MIT",
"gypfile": true,
"readmeFilename": "README.md",
"gitHead": "32f694866ad22c3a033c4d907f20e4802bf728c5",
"devDependencies": {
"mocha": "^1.10.0",
"nan": "^2.3.3"
}
}