-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "qa-masker",
"version": "0.2.3",
"description": "Generate masks from Landsat and MODIS quality accessment band",
"main": "dist/qa-masker.js",
"scripts": {
"compile": "gulp compile",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haoliangyu/node-qa-masker.git"
},
"keywords": [
"landsat",
"modis",
"mask"
],
"author": "Haoliang Yu <haholiang.yu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoliangyu/node-qa-masker/issues"
},
"homepage": "https://github.com/haoliangyu/node-qa-masker#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"eslint": "^3.2.2",
"eslint-plugin-json": "^1.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-batch": "^1.0.5",
"gulp-cached": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-optimize-js": "^1.0.3",
"gulp-plumber": "^1.1.0",
"gulp-watch": "^4.3.9"
},
"dependencies": {
"gdal": "^0.9.2",
"ndarray": "^1.0.18"
}
}