This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/dust/package.json

46 lines
1.0 KiB
JSON

{
"name": "dust",
"version": "0.3.0",
"description": "Asynchronous templates for the browser and node.js",
"author": {
"name": "Aleksander Williams"
},
"contributors": [],
"url": "http://akdubya.github.com/dustjs/",
"keywords": [
"templates",
"views"
],
"main": "./lib/dust",
"scripts": {
"test": "make test"
},
"_id": "dust@0.3.0",
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "0.2.14",
"_nodeVersion": "v0.3.2-pre",
"directories": {
"lib": "./lib"
},
"modules": {
"compiler.js": "lib/compiler.js",
"dust.js": "lib/dust.js",
"parser.js": "lib/parser.js",
"server.js": "lib/server.js"
},
"files": [
""
],
"_defaultsLoaded": true,
"dist": {
"shasum": "86b65a9a9769a50de9f2c7ad998503019a1564a5",
"tarball": "http://registry.npmjs.org/dust/-/dust-0.3.0.tgz"
},
"_shasum": "86b65a9a9769a50de9f2c7ad998503019a1564a5",
"_from": "dust@0.3.0",
"_resolved": "https://registry.npmjs.org/dust/-/dust-0.3.0.tgz"
}