UNPKG

663 BJSONView Raw
1{
2 "name": "bondjs",
3 "version": "2.0.0",
4 "description": "simple js stub/spy library",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/EndangeredMassa/bond"
9 },
10 "main": "lib/bond.js",
11 "author": "Sean Massa <endangeredmassa@gmail.com>",
12 "scripts": {
13 "compile": "./node_modules/.bin/coffee --js <bond.coffee >lib/bond.js",
14 "test": "npm run compile && ./node_modules/.bin/mocha --compilers coffee:coffee-script-redux/register --reporter spec --colors test.coffee"
15 },
16 "devDependencies": {
17 "mocha": "~1.6.0",
18 "coffee-script-redux": "~2.0.0"
19 },
20 "dependencies": {
21 "underscore": "^1.8.3"
22 }
23}