UNPKG

755 BJSONView Raw
1{
2 "name": "infrastructure",
3 "version": "1.4.4",
4 "private": false,
5 "author": {
6 "name": "Stefan Stefanov",
7 "email": "s.h.stefanov@mail.bg"
8 },
9 "license": "MIT",
10 "main": "./index.js",
11 "dependencies": {
12 "backbone": "latest",
13 "bulk-require": "latest",
14 "coffee-script": "latest",
15 "hanson": "^1.1.1",
16 "jsdom": "^7.2.2",
17 "minimist": "^1.2.0",
18 "request": "^2.67.0",
19 "underscore": "latest",
20 "ws": "^0.8.1",
21 "yamljs": "latest"
22 },
23 "devDependencies": {
24 "mocha": "latest"
25 },
26 "scripts": {
27 "test": "node node_modules/mocha/bin/mocha --recursive --colors --sort --check-leaks --full-trace --no-exit --throw-deprecation test"
28 },
29 "repository": "git://github.com/shstefanov/infrastructure"
30}