UNPKG

540 BJSONView Raw
1{
2 "name": "cogs-test-helper",
3 "version": "1.0.4",
4 "author": "Casey Foster <c@sey.me>",
5 "description": "A test helper for Cogs transformers.",
6 "license": "MIT",
7 "bin": {
8 "cogs-test-helper": "bin/cogs-test-helper"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/caseywebdev/cogs-test-helper"
13 },
14 "dependencies": {
15 "cogs": "1.0.3",
16 "chai": "2.2.0",
17 "glob": "5.0.3",
18 "istanbul": "0.3.13",
19 "mocha": "2.2.4"
20 },
21 "scripts": {
22 "test": "bin/cogs-test-helper test/test.js"
23 }
24}