urbit/.travis/package.json

17 lines
323 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",
"main": "test.ls",
"scripts": {
"test": "lsc test.ls"
},
"author": "~fyr",
"license": "MIT",
"dependencies": {
2017-12-01 08:25:19 +03:00
"livescript": "^1.5.0",
"pty.js": "^0.3.1",
"stream-snitch": "0.0.3"
2017-12-01 06:47:31 +03:00
}
}