main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
768 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "drange",
|
---|
| 3 | "version": "1.1.1",
|
---|
| 4 | "description": "For adding, subtracting, and indexing discontinuous ranges of numbers",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "discontinuous",
|
---|
| 7 | "range",
|
---|
| 8 | "set"
|
---|
| 9 | ],
|
---|
| 10 | "main": "lib/index.js",
|
---|
| 11 | "files": [
|
---|
| 12 | "lib",
|
---|
| 13 | "types/index.d.ts"
|
---|
| 14 | ],
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js",
|
---|
| 17 | "dtslint": "dtslint types"
|
---|
| 18 | },
|
---|
| 19 | "repository": {
|
---|
| 20 | "type": "git",
|
---|
| 21 | "url": "https://github.com/fent/node-drange.git"
|
---|
| 22 | },
|
---|
| 23 | "author": "David Tudury <david.tudury@gmail.com>",
|
---|
| 24 | "contributors": [
|
---|
| 25 | "fent (https://github.com/fent)"
|
---|
| 26 | ],
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "istanbul": "^0.4.5",
|
---|
| 29 | "mocha": "^5.0.0"
|
---|
| 30 | },
|
---|
| 31 | "engines": {
|
---|
| 32 | "node": ">=4"
|
---|
| 33 | },
|
---|
| 34 | "license": "MIT",
|
---|
| 35 | "types": "./types"
|
---|
| 36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.