UNPKG

893 BJSONView Raw
1{
2 "name": "agentvsagent",
3 "description": "Agent vs Agent",
4 "version": "0.0.14",
5 "author": "Phillip <spyyderz@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/phillc/agentvsagent.git"
9 },
10 "engines": { "node": ">= 0.8.0" },
11 "dependencies": {
12 "express": "3.1.x",
13 "jade": "0.28.x",
14 "coffee-script": "1.4.x",
15 "node-uuid": "1.4.x",
16 "underscore": "1.4.x",
17 "winston": "0.7.2",
18 "commander": "1.1.x",
19 "connect-assets": "2.4.3",
20 "less": "1.3.x",
21 "machina": "0.3.4",
22 "q": "0.9.6",
23 "chai": "1.7.2",
24 "chai-as-promised": "3.3.1",
25
26 "thrift": "1.0.0-dev",
27 "node-int64": "0.3.x"
28 },
29 "devDependencies": {
30 "mocha": "1.12.0",
31 "nodemon": "0.7.x"
32 },
33 "bundledDependencies": [
34 "thrift"
35 ],
36 "preferGlobal": true,
37 "bin": {
38 "ava": "./bin/ava"
39 },
40 "scripts": {
41 "test": "mocha"
42 }
43}