-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
33 lines (33 loc) · 856 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
{
"name": "makemeasandwich",
"version": "0.0.8",
"description": "A node.js application that will order you a sandwich from Jimmy Johns via command line.",
"author": {
"name": "Travis Tidwell",
"email": "[email protected]",
"url": "http://github.com/travist"
},
"homepage": "http://github.com/travist/makemeasandwich.js",
"repository": {
"type": "git",
"url": "git://github.com/travist/makemeasandwich.js.git"
},
"bugs": {
"url": "http://github.com/travist/makemeasandwich.js/issues"
},
"bin": {
"makemeasandwich": "./bin/makemeasandwich"
},
"main": "./lib/makemeasandwich.js",
"dependencies": {
"jquerygo": ">=0",
"underscore": ">=0",
"nconf": ">=0",
"prompt": ">=0",
"async": ">=0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4"
}
}