16 lines
353 B
JSON
16 lines
353 B
JSON
|
{
|
||
|
"name": "tests-unitaires",
|
||
|
"version": "1.0.0",
|
||
|
"description": "``` npm install ./node_modules/.bin/nodeunit math-suite.js ```",
|
||
|
"main": "math-suite.js",
|
||
|
"dependencies": {
|
||
|
"nodeunit": "^0.9.1"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "GPL"
|
||
|
}
|