UNPKG

605 BJSONView Raw
1{
2 "name": "expo",
3 "description": "",
4 "keywords": [""],
5 "author": "Rico Sta. Cruz",
6 "version": "0.1.3",
7 "engines": { "node": ">=0.8.0" },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/rstacruz/expo.git"
11 },
12 "preferGlobal": true,
13 "main": "index",
14 "bin": { "expo": "./bin/expo" },
15 "scripts": { "test": "./node_modules/.bin/mocha -R spec" },
16 "dependencies": {
17 "commander": "1.1.x",
18 "supervisor": "0.5.x",
19 "js-yaml": "2.x"
20 },
21 "devDependencies": {
22 "express": "3.2.x",
23 "mocha": "1.10.x",
24 "chai": "1.6.x",
25 "supertest": "0.6.x"
26 }
27}