mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
11 lines
288 B
JSON
11 lines
288 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"async": "*"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"clean": "rm -rf package-lock.json node_modules/ spec/",
|
||
|
"install-tests": "npm install; git clone https://github.com/mustache/spec.git spec",
|
||
|
"test": "node run-spec.js spec/specs/*.json"
|
||
|
}
|
||
|
}
|