urbit/.travis/package.json
2017-11-30 21:27:04 -08:00

17 lines
323 B
JSON

{
"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": {
"livescript": "^1.5.0",
"pty.js": "^0.3.1",
"stream-snitch": "0.0.3"
}
}