mirror of
https://github.com/cheminfo/netcdfjs.git
synced 2025-12-08 20:26:05 +00:00
42 lines
1.2 KiB
JSON
Executable File
42 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "netcdfjs",
|
|
"version": "0.4.1",
|
|
"description": "Read and explore NetCDF files",
|
|
"keywords": [
|
|
"netcdf",
|
|
"nc",
|
|
"data",
|
|
"format"
|
|
],
|
|
"author": "Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)",
|
|
"repository": "cheminfo-js/netcdfjs",
|
|
"bugs": {
|
|
"url": "https://github.com/cheminfo-js/netcdfjs/issues"
|
|
},
|
|
"homepage": "https://github.com/cheminfo-js/netcdfjs",
|
|
"license": "MIT",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"eslint": "eslint src",
|
|
"eslint-fix": "npm run eslint -- --fix",
|
|
"test": "jest && npm run eslint",
|
|
"test-cov": "istanbul cover node_modules/.bin/_mocha -- --require should --reporter dot --recursive && codecov",
|
|
"test-travis": "eslint src && jest --coverage && codecov",
|
|
"build": "cheminfo build"
|
|
},
|
|
"devDependencies": {
|
|
"cheminfo-tools": "^1.15.0",
|
|
"codecov": "^2.1.0",
|
|
"eslint": "^5.0.0",
|
|
"eslint-config-cheminfo": "^1.7.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jest": "^21.27.1",
|
|
"eslint-plugin-no-only-tests": "^1.1.0",
|
|
"istanbul": "^0.4.5",
|
|
"jest": "^23.6.0"
|
|
},
|
|
"dependencies": {
|
|
"iobuffer": "^3.2.0"
|
|
}
|
|
}
|