1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "crafatar",
- "version": "1.0.0",
- "private": true,
- "description": "A blazing fast API for Minecraft faces!",
- "contributors": [
- {
- "name": "jomo",
- "url": "https://github.com/jomo"
- },
- {
- "name": "Jake",
- "url": "https://github.com/Jake0oo0"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/crafatar/crafatar"
- },
- "issues": {
- "url": "https://github.com/crafatar/crafatar/issues"
- },
- "keywords": [
- "minecraft",
- "avatar"
- ],
- "scripts": {
- "postinstall": "cp 'config.example.js' 'config.js'",
- "start": "node www.js",
- "test": "mocha",
- "test-travis": "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": "4.2.4"
- },
- "dependencies": {
- "canvas": "^1.3.9",
- "crc": "~3.4.0",
- "ejs": "^2.3.4",
- "lwip": "~0.0.8",
- "mime": "~1.3.4",
- "node-df": "crafatar/node-df",
- "redis": "~2.4.2",
- "request": "~2.67.0",
- "toobusy-js": "~0.4.2"
- },
- "devDependencies": {
- "coveralls": "~2.11.6",
- "istanbul": "~0.4.2",
- "mocha": "~2.4.1",
- "mocha-lcov-reporter": "~1.0.0"
- }
- }
|