-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 985 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
{
"name": "mitto",
"version": "0.3.1",
"description": "A small library that lets you search for and specify configurations that should be present in other projects when your package is used.",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"build": "babel src -d lib"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/dggriffin/mitto.git"
},
"keywords": [
"config",
"template",
"external-config",
"file-search",
"search",
"config-search"
],
"author": "Greyson Griffin <[email protected]> (http://greysongriffin.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dggriffin/mitto/issues"
},
"homepage": "https://github.com/dggriffin/mitto",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"mocha": "~2.3.4",
"chai": "~3.4.1",
"rewire": "^2.5.1"
}
}