Sha256: 04c55a45ed34c75bc0bc9b9fc69477893e0a4eca14ae52ffb760f75125ac84b2

Contents?: true

Size: 816 Bytes

Versions: 4

Compression:

Stored size: 816 Bytes

Contents

{
  "name": "core-test",

  "description": "Flexible testing library for JavaScript.",

  "summary": "A fully featured asynchronous testing library for JavaScript, compatible with other frameworks.",

  "keywords": ["javascript", "testing"],

  "author": "Charles Jolley",

  "homepage": "https://github.com/strobecorp/core-test",

  "version": "0.4.9",

  "licenses":     [{
    "type":       "MIT",
    "url":        "https://github.com/strobecorp/core-test/raw/master/LICENSE"
  }],

  "engines": ["browser", "all"],

  "directories": {
    "lib": "./lib",
    "resources": "./resources",
    "tests": "./tests"
  },

  "main": "./lib/main",

  "bin": {
    "cot": "./bin/cot"
  },
  
  "dependencies": {
    "ivory": "= 0.0.1",
    "optparse": "= 1.0.1"
  },
  
  "pipeline": {
    "css": ["resources"]
  }
}



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bpm-0.1.4 spec/fixtures/core-test/package.json
bpm-0.1.3 spec/fixtures/core-test/package.json
bpm-0.1.2 spec/fixtures/core-test/package.json
bpm-0.1.0 spec/fixtures/core-test/package.json