UNPKG

weaverjs

Version:

Concise and readable multitasking

72 lines (71 loc) 1.69 kB
{ "name": "weaverjs", "version": "1.2.0", "license": "MIT", "description": "Concise and readable multitasking", "homepage": "http://weaver.js.org", "repository": { "type": "git", "url": "https://github.com/maxkfranz/weaver.git" }, "bugs": { "url": "https://github.com/maxkfranz/weaver/issues" }, "author": { "name": "Max Franz", "email": "maxkfranz@gmail.com", "url": "http://maxfranz.org" }, "keywords": [ "multitasking", "thread", "fabric", "worker", "task" ], "engines": { "node": ">=0.6" }, "main": "dist/weaver.js", "devDependencies": { "bluebird": "^2.0.2", "browserify": "^11.0.1", "browserify-header": "^0.9.2", "chai": "^1.9.0", "del": "^1.1.1", "gulp": "^3.5.2", "gulp-concat": "^2.2.0", "gulp-cssmin": "^0.1.4", "gulp-derequire": "^2.1.0", "gulp-htmlmin": "^0.1.2", "gulp-inject": "^0.4.1", "gulp-jshint": "^1.5.5", "gulp-livereload": "^3.8.0", "gulp-mocha": "^0.4.1", "gulp-replace": "^0.2.0", "gulp-shell": "^0.2.4", "gulp-sourcemaps": "^1.5.2", "gulp-tap": "^0.1.1", "gulp-uglify": "^1.1.0", "gulp-zip": "^0.1.2", "handlebars": "^1.3.0", "highlight.js": "^8.0.0", "jshint-stylish": "^0.2.0", "jsonlint": "^1.6.2", "marked": "^0.3.1", "mocha": "^1.17.1", "run-sequence": "^0.3.6", "vinyl-buffer": "^1.0.0", "vinyl-fs": "^1.0.0", "vinyl-paths": "^1.0.0", "vinyl-source-stream": "^1.0.0", "vinyl-transform": "^1.0.0", "watchify": "^3.4.0" }, "spm": { "main": "dist/weaver.js" }, "scripts": { "test": "./node_modules/gulp/bin/gulp.js test" } }