-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.54 KB
/
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
42
43
44
45
46
{
"name": "typhonjs-config-resolver",
"version": "0.0.13",
"description": "Provides support to load config files and local or module extensions along with validation.",
"author": "typhonrt",
"homepage": "https://github.com/typhonjs-node-utils/typhonjs-config-resolver",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-utils/typhonjs-config-resolver"
},
"scripts": {
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
"esdoc": "esdoc -c .esdocrc",
"eslint": "eslint .",
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
"test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"typhonjs-object-util": ">=0.4.0"
},
"devDependencies": {
"backbone-esnext-eventbus": ">=0.3.0",
"typhonjs-config-eslint": "^0.5.0",
"typhonjs-config-resolver-tests": "git+https://git@github.com/typhonjs-node-utils/typhonjs-config-resolver-tests.git",
"typhonjs-npm-build-test": "^0.4.0",
"typhonjs-plugin-manager": ">=0.1.0"
},
"keywords": [
"typhonjs",
"config",
"resolver"
],
"files": [
".tjsdoc",
"dist",
"src",
"AUTHORS.md"
],
"main": "dist/ConfigResolver.js",
"bugs": {
"url": "https://github.com/typhonjs-node-utils/typhonjs-config-resolver/issues"
}
}