-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
34 lines (34 loc) · 914 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
{
"name": "app-module-path",
"description": "Simple module to add additional directories to the Node module search for top-level app modules",
"main": "lib/index.js",
"scripts": {
"test": "node test/test.js && ./node_modules/mocha/bin/mocha test/test2.js"
},
"repository": {
"type": "git",
"url": "https://github.com/patrick-steele-idem/app-module-path-node"
},
"keywords": [
"modules",
"path",
"node",
"extend",
"resolve"
],
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/patrick-steele-idem/app-module-path-node/issues"
},
"homepage": "https://github.com/patrick-steele-idem/app-module-path-node",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ebay": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"version": "2.2.0"
}