UNPKG

588 BJSONView Raw
1{
2 "name": "dependable",
3 "version": "1.1.0",
4 "main": "index.js",
5 "author": "Michael Schoonmaker",
6 "contributors": [
7 "Michael Schoonmaker <michael.r.schoonmaker@gmail.com> (http://www.schoonology.com)"
8 ],
9 "repository": {
10 "url": "git@github.com:Schoonology/dependable.git"
11 },
12 "scripts": {
13 "test": "node_modules/.bin/mocha -R spec --compilers coffee:coffee-script test/*",
14 "prepublish": "node_modules/.bin/coffee -c index.coffee"
15 },
16 "license": "MIT",
17 "dependencies": {},
18 "devDependencies": {
19 "mocha": "1.3.0",
20 "coffee-script": "~1.3.3"
21 }
22}