forked from geoext/geoext2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "GeoExt",
"type": "code",
"version": "2.1.1-dev",
"compatVersion": "2.1.1-dev",
"description": "A JavaScript Toolkit for Rich Web Mapping Applications based on OpenLayers and ExtJS.",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "./node_modules/casperjs/bin/casperjs test tests/headless/run-testsuite.js"
},
"repository": {
"type": "git",
"url": "https://github.com/geoext/geoext2.git"
},
"keywords": [
"GIS",
"mapping",
"ExtJS",
"OpenLayers"
],
"author": "The GeoExt community, © 2008-2015 The Open Source Geospatial Foundation",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/geoext/geoext2/issues"
},
"homepage": "http://geoext.github.io/geoext2/",
"dependencies": {
"casperjs": "^1.1.0-beta3",
"phantomjs": "^1.9.16"
}
}