nodulator
Version:
Complete NodeJS Framework for Restfull APIs
103 lines (102 loc) • 2.47 kB
JSON
{
"_args": [
[
{
"name": "umd",
"raw": "umd@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/browser-pack"
]
],
"_from": "umd@>=3.0.0 <4.0.0",
"_id": "umd@3.0.1",
"_inCache": true,
"_installable": true,
"_location": "/umd",
"_npmUser": {
"email": "zertosh@gmail.com",
"name": "zertosh"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "umd",
"raw": "umd@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/browser-pack"
],
"_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz",
"_shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
"_shrinkwrap": null,
"_spec": "umd@^3.0.0",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/browser-pack",
"author": {
"name": "ForbesLindesay"
},
"bin": {
"umd": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/umd/issues"
},
"dependencies": {},
"description": "Universal Module Definition for use in automated build systems",
"devDependencies": {
"brfs": "^1.3.0",
"linify": "~1.0.1",
"mocha": "*",
"uglify-js": "~2.4.0"
},
"directories": {},
"dist": {
"shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
"tarball": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz"
},
"files": [
"index.js",
"bin/cli.js"
],
"gitHead": "8fc39397901723d695136ee1fdceefb8e0392f5f",
"homepage": "https://github.com/ForbesLindesay/umd",
"license": "MIT",
"maintainers": [
{
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
{
"email": "zertosh@gmail.com",
"name": "zertosh"
},
{
"email": "jazzzz@gmail.com",
"name": "jazz"
},
{
"email": "ralphtheninja@riseup.net",
"name": "ralphtheninja"
}
],
"name": "umd",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/umd.git"
},
"scripts": {
"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
"prepublish": "npm run build && linify transform bin",
"test": "npm run build && mocha -R spec"
},
"version": "3.0.1"
}