forked from codice/usng.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "usng.js",
"description": "AMD compatible script for converting LL, UTM, USNG, and MGRS",
"licenses": [
{
"type": "MIT"
}
],
"homepage": "https://github.com/codice/usng.js",
"keywords": ["gps", "coordinates", "conversion", "mgrs", "usng", "utm", "latitude", "longitude", "lat/long", "coordinate", "system"],
"repository": {
"type": "git",
"url": "git://github.com/codice/usng.js.git"
},
"version": "0.1.2",
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.1.0",
"underscore": "^1.7.0"
},
"bugs":{
"url":"https://github.com/codice/usng.js/issues"
},
"main":"Gruntfile.js",
"directories":{
"test":"tests"
},
"scripts":{
"test":"echo \"Error: no test specified\" && exit 1"
}
}