UNPKG

586 BJSONView Raw
1{
2 "name": "sambac-webpack",
3 "version": "0.2.1",
4 "description": "Run your jasmine specs in the browser",
5 "preferGlobal": true,
6 "bin": {
7 "sambac": "index.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/acaides/sambac.git"
12 },
13 "keywords": [
14 "jasmine"
15 ],
16 "author": "Isaiah Simpson <isaiah.simpson@gmail.com>",
17 "license": "MIT",
18 "dependencies": {
19 "commander": "^2.9.0",
20 "express": "^4.13.3",
21 "glob": "^7.0.0",
22 "jade": "^1.11.0",
23 "jasmine-core": "^2.4.1",
24 "lodash": "^4.6.1",
25 "serve-index": "^1.7.2"
26 }
27}