UNPKG

applitude

Version:

Simple Module Management

44 lines (43 loc) 780 B
{ "name": "applitude", "version": "0.6.11", "description": "Simple Module Management", "author": { "name": "Eric Elliott", "url": "http://ericleads.com" }, "main": "./dist/applitude.js", "keywords": [ "module", "modules", "architecture", "client", "browser", "events" ], "repository": { "type": "git", "url": "https://github.com/dilvie/applitude" }, "directories": { "dist": "./dist", "examples": "./examples", "lib": "./lib", "src": "./src", "test": "./test" }, "dependencies": { "eventemitter2": "~0.4.x", "odotjs": "~0.2.x" }, "devDependencies": { "grunt": "~0.3.x" }, "scripts": { "test": "grunt test" }, "engines": { "node": "*", "npm": "*" } }