mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-25 16:02:44 +00:00
20 lines
318 B
JSON
20 lines
318 B
JSON
{
|
|
"name": "fontserver",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"request": "~2.27.0"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"mocha": "1.17.x"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha -R spec"
|
|
}
|
|
}
|