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