-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 838 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
35
36
37
38
39
40
41
{
"author": "Allan Ebdrup",
"name": "moduleconfig",
"description": "configuration loading for node modules",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Muscula/moduleconfig.git"
},
"private": false,
"main": "./lib/moduleConfig.js",
"engines": {
"node": ">=0.6.20",
"npm": ">=1.1.9"
},
"dependencies": {},
"scripts": {
"test": "node test.js"
},
"devDependencies": {
"mocha": "",
"chai": "",
"sinon": "",
"sinon-chai": "",
"mocha-jshint": ""
},
"directories": {
"test": "test"
},
"keywords": [
"module",
"configuration",
"config",
"node"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Muscula/moduleconfig/issues"
},
"homepage": "https://github.com/Muscula/moduleconfig#readme"
}