See More

{ "name": "angularcontext", "version": "0.0.11", "description": "Use AngularJS in Node applications", "author": "Martin Atkins ", "keywords": ["angularjs"], "repository": { "type": "git", "url": "git://github.com/apparentlymart/node-angularcontext.git" }, "main": "./lib/main", "scripts": { "test": "nodeunit tests/", "lint": "jshint -c .jshintrc lib/* tests/*" }, "licenses": [ { "type": "MIT", "url": "http://github.com/apparentlymart/node-angularcontext/blob/master/LICENSE" } ], "dependencies": { "jsdom": "~0.8.6" }, "devDependencies": { "nodeunit": "*", "jshint": "2.1.11" } }