first commit
mocha test/test.js
parents
Showing
.gitignore
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "jenkins", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "http://192.168.2.91/gitlab/felix/jenkins.git" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "intelli-espower-loader": "^1.0.1", | |||
| "mocha": "^4.0.1", | |||
| "power-assert": "^1.4.4", | |||
| "supertest": "^3.0.0" | |||
| }, | |||
| "dependencies": { | |||
| "mqtt": "^2.14.0" | |||
| } | |||
| } |
src/index.js
0 → 100644
test/test.js
0 → 100644
Please
register
or
sign in
to comment