-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "MGRS-Mapper",
"version": "1.0.0",
"description": "Drag and drop custom generated NATO military symbols onto Google Maps with an MGRS overlay. ![MGRS Mapper Screenshot](https://i.imgur.com/zwBViaX.jpg \"MGRS Mapper Screenshot\")",
"main": "index.js",
"scripts": {
"start": "npx gulp dev",
"symbols": "npx gulp symbols",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/pistell/MGRS-Mapper.git"
},
"keywords": [],
"author": "James Pistell",
"license": "MIT",
"devDependencies": {
"braces": "^2.3.1",
"browser-sync": "^2.26.12",
"chalk": "^2.4.2",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"pump": "^2.0.0",
"yargs-parser": "^18.1.2"
}
}