UNPKG

silk-gui

Version:

GUI for developers and Node OS

53 lines (52 loc) 1.41 kB
{ "name": "rsvp", "namespace": "RSVP", "version": "3.0.8", "description": "A lightweight library that provides tools for organizing asynchronous code", "main": "dist/commonjs/main.js", "directories": { "lib": "lib" }, "devDependencies": { "brfs": "0.0.8", "grunt": "~0.4.2", "grunt-browserify": "~1.2.11", "grunt-cli": "~0.1.11", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-jshint": "~0.7.0", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-es6-module-transpiler": "~0.5.0", "grunt-mocha-phantomjs": "~0.3.1", "grunt-mocha-test": "~0.5.0", "grunt-s3": "~0.2.0-alpha.2", "jshint": "~0.9", "load-grunt-config": "~0.5.0", "load-grunt-tasks": "~0.2.0", "mocha-phantomjs": "~3.1.6", "promises-aplus-tests": "git://github.com/stefanpenner/promises-tests.git", "connect-redirection": "0.0.1", "grunt-contrib-yuidoc": "~0.5.0" }, "scripts": { "test": "grunt test", "lint": "jshint lib", "prepublish": "grunt build" }, "repository": { "type": "git", "url": "git://github.com/tildeio/rsvp.js.git" }, "bugs": { "url": "https://github.com/tildeio/rsvp.js/issues" }, "keywords": [ "promises", "futures", "events" ], "author": "Tilde, Inc.", "license": "MIT" }