closeheat-builder
Version:
A builder for closeheat
58 lines (57 loc) • 1.56 kB
JSON
{
"name": "angular",
"version": "1.0.0",
"description": "AngularJS provided as a CommonJS module. Compiled with jsdom when running in Node. Useful for client-side apps built with Browserify and for testing AngularJS code in Node without depending on a browser.",
"main": "index.js",
"browser": "index-browserify.js",
"scripts": {
"test": "tape test/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bclinkinbeard/angular.git"
},
"keywords": [
"angular",
"angularjs",
"commonjs",
"require",
"testing"
],
"author": {
"name": "Ben Clinkinbeard",
"email": "ben.clinkinbeard@gmail.com"
},
"license": "MIT",
"dependencies": {
"jsdom": "~0.8.8"
},
"devDependencies": {
"tape": "~2.1.0"
},
"bugs": {
"url": "https://github.com/bclinkinbeard/angular/issues"
},
"_id": "angular@1.0.0",
"dist": {
"shasum": "3b1f7ab55f02b3f06b7b5b8002e71376870ddafe",
"tarball": "http://registry.npmjs.org/angular/-/angular-1.0.0.tgz"
},
"_from": "angular@1.0.0",
"_npmVersion": "1.3.11",
"_npmUser": {
"name": "bclinkinbeard",
"email": "ben.clinkinbeard@gmail.com"
},
"maintainers": [
{
"name": "bclinkinbeard",
"email": "ben.clinkinbeard@gmail.com"
}
],
"directories": {},
"_shasum": "3b1f7ab55f02b3f06b7b5b8002e71376870ddafe",
"_resolved": "https://registry.npmjs.org/angular/-/angular-1.0.0.tgz",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/bclinkinbeard/angular#readme"
}