mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Merge branch 'master' of github.com:crafatar/crafatar
This commit is contained in:
commit
8d6d992557
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.12"
|
||||||
before_script:
|
before_script:
|
||||||
- cp "modules/config.example.js" "modules/config.js"
|
- cp "modules/config.example.js" "modules/config.js"
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
@ -25,6 +25,9 @@
|
|||||||
"start": "forever -l logs/log.log -o logs/out.log -e logs/error.log -p ./ -a --minUptime 8000 --spinSleepTime 1500 bin/www.js",
|
"start": "forever -l logs/log.log -o logs/out.log -e logs/error.log -p ./ -a --minUptime 8000 --spinSleepTime 1500 bin/www.js",
|
||||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "0.12.x"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "crafatar/node-canvas",
|
"canvas": "crafatar/node-canvas",
|
||||||
"forever": "0.14.1",
|
"forever": "0.14.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user