staticoso/Source/node_modules/pug-runtime/package.json

34 lines
700 B
JSON

{
"name": "pug-runtime",
"version": "2.0.5",
"description": "The runtime components for the pug templating language",
"keywords": [
"pug"
],
"devDependencies": {
"uglify-js": "^2.6.1"
},
"files": [
"build.js",
"index.js",
"lib/dependencies.js",
"lib/internals.js",
"lib/sources.js",
"wrap.js"
],
"scripts": {
"prepublish": "node prepublish",
"pretest": "npm run prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
},
"browser": {
"fs": false
},
"author": "ForbesLindesay",
"license": "MIT",
"gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
}