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": {
|
2018-03-09 22:32:17 +03:00
|
|
|
"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",
|
2018-03-09 05:56:58 +03:00
|
|
|
"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",
|
2018-03-09 05:56:58 +03:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|