Files
piratepoet/tasks/makepot/node_modules/grunt/node_modules/async/package.json

59 lines
1.4 KiB
JSON

{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"main": "./index",
"author": {
"name": "Caolan McMahon"
},
"version": "0.1.22",
"repository": {
"type": "git",
"url": "git://github.com/caolan/async.git"
},
"bugs": {
"url": "http://github.com/caolan/async/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/async/raw/master/LICENSE"
}
],
"devDependencies": {
"nodeunit": ">0.0.0",
"uglify-js": "1.2.x",
"nodelint": ">0.0.0"
},
"_npmUser": {
"name": "caolan",
"email": "caolan@caolanmcmahon.com"
},
"_id": "async@0.1.22",
"dependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"dist": {
"shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
"tarball": "http://registry.npmjs.org/async/-/async-0.1.22.tgz"
},
"maintainers": [
{
"name": "caolan",
"email": "caolan@caolanmcmahon.com"
}
],
"directories": {},
"_shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
"_from": "async@~0.1.22",
"_resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/caolan/async",
"scripts": {}
}