-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 789 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "node-hook-filename",
"version": "0.3.0",
"description": "\"Hooking node require calls for specific extensions to only return the filename\"",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js",
"test": "node_modules/.bin/mocha test/**/*.spec.js",
"test:watch": "node_modules/.bin/mocha --watch test/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NowTV-Assurance/node-hook-filename.git"
},
"author": "NowTV Assurance",
"license": "MIT",
"bugs": {
"url": "https://github.com/NowTV-Assurance/node-hook-filename/issues"
},
"homepage": "https://github.com/NowTV-Assurance/node-hook-filename#readme",
"devDependencies": {
"eslint": "^2.2.0",
"mocha": "2.4.5",
"sinon": "^1.17.3"
}
}