initial commit
parents
Showing
.gitignore
0 → 100644
index.js
0 → 100644
ms.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | |||
"name": "nexpietime", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "mocha spec --require spec/helpers/chai.js --reporter spec --exit" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://dev.nexpie.com/npm/nexpietime" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
}, | |||
"devDependencies": { | |||
"chai": "^4.2.0", | |||
"chai-each": "0.0.1", | |||
"chai-things": "^0.2.0", | |||
"sinon": "^7.3.1" | |||
} | |||
} |
spec/helpers/chai.js
0 → 100644
spec/nexpietime.js
0 → 100644
Please
register
or
sign in
to comment