UNPKG

723 BJSONView Raw
1{
2 "name": "expo",
3 "description": "",
4 "keywords": [
5 ""
6 ],
7 "author": "Rico Sta. Cruz",
8 "version": "0.1.6",
9 "engines": {
10 "node": ">=0.8.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/rstacruz/expo.git"
15 },
16 "preferGlobal": true,
17 "main": "index",
18 "bin": {
19 "expo": "./bin/expo"
20 },
21 "scripts": {
22 "test": "./node_modules/.bin/mocha -R spec"
23 },
24 "dependencies": {
25 "commander": "1.1.x",
26 "supervisor": "0.5.x",
27 "js-yaml": "2.x",
28 "source-map-support": "~0.1.6"
29 },
30 "peerDependencies": {
31 "express": ">= 3.2.0 < 4"
32 },
33 "devDependencies": {
34 "express": "3.2.x",
35 "mocha": "1.10.x",
36 "chai": "1.6.x",
37 "supertest": "0.6.x"
38 }
39}