You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
675 B
33 lines
675 B
{ |
|
"name": "pug-runtime", |
|
"version": "3.0.1", |
|
"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", |
|
"build": "node prepublish" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime" |
|
}, |
|
"browser": { |
|
"fs": false |
|
}, |
|
"author": "ForbesLindesay", |
|
"license": "MIT" |
|
}
|
|
|