urbit/.travis/package.json

24 lines
520 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": {
"colors": "^1.1.2",
"escape-string-regexp": "^1.0.5",
2017-12-01 08:25:19 +03:00
"livescript": "^1.5.0",
2017-12-02 06:20:24 +03:00
"once": "^1.4.0",
"promise-streams": "^2.1.1",
2017-12-01 08:25:19 +03:00
"pty.js": "^0.3.1",
2017-12-02 06:20:24 +03:00
"recursive-copy": "^2.0.7",
"split": "^1.0.1",
2017-12-02 06:20:24 +03:00
"stream-snitch": "0.0.3",
"wait-on": "^2.0.2"
2017-12-01 06:47:31 +03:00
}
}