-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.27 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@skycatch/ptolemy",
"version": "1.4.3",
"description": "Retrieve geographic projection information from an EPSG SRID",
"main": "index.js",
"browser": {
"index.js": "./dist/ptolemy.js"
},
"scripts": {
"test": "lab -r console",
"bundle": "gulp build"
},
"pre-commit": [
"bundle"
],
"repository": {
"type": "git",
"url": "https://github.com/Skycatch/ptolemy.git"
},
"keywords": [
"srs",
"geo",
"srid",
"epsg",
"projections",
"proj4",
"datum",
"crs"
],
"author": "Skycatch, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Skycatch/ptolemy/issues"
},
"homepage": "https://github.com/Skycatch/ptolemy",
"dependencies": {
"needle": "1.3.0",
"xml2js": "^0.4.17",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-preset-latest": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"code": "^4.0.0",
"debowerify": "^1.5.0",
"derequire": "^2.0.3",
"eslint-bootstrap": "github:skycatch/eslint-bootstrap",
"gulp": "^3.9.1",
"gulp-derequire": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"lab": "^11.1.0",
"pre-commit": "^1.2.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}