-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
47
{
"name": "be_challenge",
"version": "0.0.5",
"description": "Back end Proxy",
"author": "Kevin Baluha <[email protected]>",
"contributors": [
{
"name": "Kevin Baluha",
"email": "[email protected]"
}
],
"bin": {
"module-name": "./bin/wlf-law-server"
},
"scripts": {
"test": "vows --spec --isolate",
"start": "node index.js",
"predeploy": "echo im about to deploy",
"postdeploy": "echo ive deployed",
"prepublish": "coffee --bare --compile --output lib/foo src/foo/*.coffee"
},
"main": "lib/gaia.js",
"repository": {
"type": "git",
"url": "https://github.com/kevinbaluha/be_challenge.git"
},
"bugs": {
"url": "https://github.com/kevinbaluha/be_challenge/issues"
},
"keywords": [
"whee"
],
"dependencies": {
"express": "^4.2.0",
"node-rest-client": "^3"
},
"devDependencies": {
"vows": "^0.7.0",
"assume": "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0",
"pre-commit": "*"
},
"preferGlobal": true,
"private": true,
"subdomain": "gaia",
"analyze": true,
"license": "MIT"
}