urbit/pkg/arvo/.travis/package.json

15 lines
294 B
JSON
Raw Normal View History

2019-07-17 01:59:39 +03:00
{
"name": "arvo-tests",
"version": "1.0.0",
"description": "Test harness for Urbit arvo distribution",
"scripts": {
"test": "node test.js"
},
"private": true,
"author": "~fyr",
"license": "MIT",
"dependencies": {
"urbit-runner": "github:urbit/runner-js#ee24550"
}
}