UNPKG

specify-core

Version:

Describe, structure and runs tests for the Specify framework.

52 lines (51 loc) 1.27 kB
{ "name": "specify-core", "version": "1.0.3", "description": "Describe, structure and runs tests for the Specify framework.", "main": "./lib/index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/origamitower/specify-core" }, "keywords": [ "testing", "tdd", "bdd" ], "author": "Quildreen Motta", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/origamitower/specify-core/issues" }, "dependencies": { "adt-simple": "^0.1.3", "control.async": "~0.5.1", "control.monads": "~0.6.0", "core.lambda": "^1.0.0", "data.future": "~2.3.0", "data.maybe": "~1.2.0", "rx": "^2.2.24", "xtend": "~4.0.0" }, "devDependencies": { "alright": "^1.0.0", "assertion-error": "^1.0.0", "browserify": "~8.0.1", "claire": "^0.4.1", "es5-shim": "~4.0.5", "ink-docstrap": "git://github.com/robotlolita/docstrap", "jsdoc": "^3.3.0-alpha5", "lambda-chop": "^0.1.5", "macros.operators": "~0.5.1", "moment": "~2.8.4", "semantic-release": "^3.3.1", "sparkler": "~0.3.5", "specify-reporter-spec": "^1.0.0", "sweet.js": "~0.7.2", "uglify-js": "^2.4.3" } }