shrub/.travis/package.json

15 lines
294 B
JSON
Raw Normal View History

2017-12-01 06:47:31 +03:00
{
"name": "arvo-tests",
"version": "1.0.0",
"description": "Test harness for Urbit arvo distribution",
"scripts": {
2018-11-06 06:42:59 +03:00
"test": "node test.js"
2017-12-01 06:47:31 +03:00
},
2018-11-06 06:42:59 +03:00
"private": true,
2017-12-01 06:47:31 +03:00
"author": "~fyr",
"license": "MIT",
"dependencies": {
2018-11-06 06:42:59 +03:00
"urbit-runner": "github:urbit/runner-js#ee24550"
2017-12-01 06:47:31 +03:00
}
}