UNPKG

@typeforce/nan

Version:

A constant value representing NaN

53 lines (52 loc) 1.28 kB
{ "private": false, "name": "@typeforce/nan", "version": "1.0.0", "description": "A constant value representing NaN", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "gulp", "clean": "rimraf \"dist/\"", "test": "mocha test/**/*.spec.js", "prepublish": "npm-run-all -s \"clean\" \"build\" \"test\"", "pretest": "npm-run-all \"build\"" }, "repository": { "type": "git", "url": "git+https://github.com/Typeforce-JS/nan.git" }, "keywords": [ "constant", "nan" ], "maintainers": [ { "name": "George Thomas", "url": "http://mgthomas99.github.io" } ], "license": "MIT", "bugs": { "url": "https://github.com/Typeforce-JS/nan/issues" }, "homepage": "https://github.com/Typeforce-JS/nan#readme", "devDependencies": { "babel-core": "^6.26.0", "babelify": "^8.0.0", "browserify": "^16.1.1", "chai": "^4.1.2", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-sequence": "^1.0.0", "gulp-typescript": "^3.2.3", "gulp-uglify": "^3.0.0", "mocha": "^4.0.1", "npm-run-all": "^4.1.2", "rimraf": "^2.6.2", "tsify": "^3.0.4", "typescript": "^2.6.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }