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