Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
backbone-app / package.json
Size: Mime:
{
    "author": "Aaron Upshaw <aaron@touchto.io>",
    "dependencies": {
        "amdefine": "^1.0.0",
        "grunt": "^0.4.5",
        "jasmine": "^2.0.1",
        "jasmine-jquery": "^2.0.6",
        "jquery": "^2.1.1",
        "jsdom": "^7.0.1",
        "underscore": "^1.6.0"
    },
    "description": "Backbone JS - app module",
    "devDependencies": {
        "backbone": "^1.1.2",
        "backbone.layoutmanager": "^0.9.5",
        "grunt": "^0.4.5",
        "grunt-contrib-coffee": "^0.13.0",
        "grunt-contrib-uglify": "^0.9.2",
        "grunt-contrib-watch": "^0.6.1",
        "jasmine-node": "^1.14.5",
        "underscore": "^1.6.0"
    },
    "directories": {
        "test": "test"
    },
    "keywords": [
        "amd",
        "backbone"
    ],
    "license": "ISC",
    "main": "app.js",
    "name": "backbone-app",
    "repository": {
        "type": "git",
        "url": "git@bitbucket.org:upshawinteractive/touchto-backbone-app.git"
    },
    "scripts": {
        "test": "node ./node_modules/jasmine-node/lib/jasmine-node/cli ./tests"
    },
    "version": "0.5.2"
}