-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
{
"name": "base.resolver-cli",
"description": "The base.resolver-cli module provides command line interface for running resolver",
"version": "0.0.1",
"main": "./lib/index",
"private": true,
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/zest/base.resolver-cli.git"
},
"bugs": {
"url": "https://github.com/zest/base.resolver-cli/issues"
},
"maintainers": [
{
"name": "Pranav Jha",
"email": "[email protected]",
"web": "http://about.me/pranavjha"
}
],
"dependencies": {
"liftoff": "0.12.1",
"commander": "2.3.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"base.gruntrunner": "zest/base.gruntrunner"
},
"directories": {
"lib": "lib"
}
}