UNPKG

652 BJSONView Raw
1{
2 "name": "ipso",
3 "description": "Testing bits",
4 "version": "0.0.4",
5 "author": "nomilous <nomilous@gmail.com>",
6 "contributors": [
7 {
8 "name": "nomilous",
9 "email": "nomilous@gmail.com"
10 }
11 ],
12 "main": "./lib/index",
13 "bin": "./bin/ipso",
14 "repository": "git@github.com:nomilous/ipso.git",
15 "dependencies": {
16 "also": "0.0.12",
17 "facto": "0.0.1",
18 "node-inspector": "~0.5.0",
19 "coffee-script": "~1.6.3",
20 "mocha": "~1.13.0",
21 "hound": "~1.0.4",
22 "keypress": "~0.2.1",
23 "commander": "~2.0.0",
24 "colors": "~0.6.2",
25 "node-dev": "~2.0.2"
26 },
27 "devDependencies": {
28 "should": "~2.0.2"
29 }
30}