UNPKG

653 BJSONView Raw
1{
2 "name": "lsr",
3 "version": "2.0.0",
4 "main": "lib/index.js",
5 "types": "lib/index.d.ts",
6 "files": [
7 "lib"
8 ],
9 "description": "Recursive readdir (`ls -R`)",
10 "keywords": [],
11 "dependencies": {
12 "@types/node": "^7.0.31",
13 "barrage": "^1.1.0",
14 "promise": "^7.2.0"
15 },
16 "devDependencies": {
17 "mocha": "*",
18 "typescript": "^2.3.4"
19 },
20 "scripts": {
21 "prepublishOnly": "npm run build",
22 "build": "tsc",
23 "pretest": "npm run build",
24 "test": "mocha -R spec"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/ForbesLindesay/lsr.git"
29 },
30 "author": "ForbesLindesay",
31 "license": "MIT"
32}
\No newline at end of file