Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
553 bytes
|
Line | |
---|
1 | {
|
---|
2 | "author": "Mark Cavage <mcavage@gmail.com>",
|
---|
3 | "name": "assert-plus",
|
---|
4 | "description": "Extra assertions on top of node's assert module",
|
---|
5 | "version": "1.0.0",
|
---|
6 | "license": "MIT",
|
---|
7 | "main": "./assert.js",
|
---|
8 | "devDependencies": {
|
---|
9 | "tape": "4.2.2",
|
---|
10 | "faucet": "0.0.1"
|
---|
11 | },
|
---|
12 | "optionalDependencies": {},
|
---|
13 | "scripts": {
|
---|
14 | "test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet"
|
---|
15 | },
|
---|
16 | "repository": {
|
---|
17 | "type": "git",
|
---|
18 | "url": "https://github.com/mcavage/node-assert-plus.git"
|
---|
19 | },
|
---|
20 | "engines": {
|
---|
21 | "node": ">=0.8"
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.