-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 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
27
28
29
30
31
32
33
34
35
{
"name": "@novivia/configuration-base",
"role": "configuration-base",
"version": "0.1.1",
"engines": {
"node": ">=4",
"npm": ">=3"
},
"license": "SEE LICENSE IN LICENSE.md",
"description": "Novivia configuration base utility.",
"authors": [
"Mathieu M-Gosselin <mathieumg@novivia.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:Novivia/configuration-base.git"
},
"main": "index.js",
"novivia-builder": {
"compileTargets": {}
},
"scripts": {
"build": "novivia-builder build",
"lint": "novivia-linter lint .",
"pub": "novivia-builder publish",
"release": "novivia-builder release"
},
"devDependencies": {
"@novivia/build-module": "^0.5.3",
"@novivia/linter": "^1.10.1"
},
"dependencies": {
"nconf": "^0.8.4"
}
}