urbit/.travis/package.json
2017-12-01 19:40:35 -08:00

20 lines
402 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",
"once": "^1.4.0",
"pty.js": "^0.3.1",
"recursive-copy": "^2.0.7",
"stream-snitch": "0.0.3",
"wait-on": "^2.0.2"
}
}