forked from mirror/Riven
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "dot",
|
|
"description": "Concise and fast javascript templating compatible with nodejs and other javascript environments",
|
|
"keywords": [
|
|
"template",
|
|
"fast",
|
|
"simple",
|
|
"templating"
|
|
],
|
|
"version": "1.1.3",
|
|
"main": "index.js",
|
|
"browser": "doT.js",
|
|
"bin": {
|
|
"dottojs": "./bin/dot-packer"
|
|
},
|
|
"homepage": "http://github.com/olado/doT",
|
|
"repository": "git://github.com/olado/doT.git",
|
|
"author": "Laura Doktorova <ldoktorova@gmail.com>",
|
|
"engines": [
|
|
"node >=0.2.6"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"eslint": "if-node-version '>=4' eslint *.js --ignore-pattern *.min.js",
|
|
"test-spec": "mocha test/*.test.js",
|
|
"test-cov": "nyc npm run test-spec",
|
|
"test": "npm run eslint && npm run test-cov",
|
|
"bundle": "uglifyjs doT.js -o doT.min.js -c -m --preamble '/* Laura Doktorova https://github.com/olado/doT */'",
|
|
"prepublish": "npm run bundle"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"commander": "*",
|
|
"coveralls": "^3.0.9",
|
|
"eslint": "^6.7.2",
|
|
"if-node-version": "^1.1.1",
|
|
"jshint": "*",
|
|
"mkdirp": "*",
|
|
"mocha": "*",
|
|
"nyc": "^14.1.1",
|
|
"pre-commit": "^1.1.3",
|
|
"uglify-js": "*"
|
|
},
|
|
"nyc": {
|
|
"exclude": [
|
|
"test",
|
|
"node_modules"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
]
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/dot/-/dot-1.1.3.tgz"
|
|
,"_integrity": "sha512-/nt74Rm+PcfnirXGEdhZleTwGC2LMnuKTeeTIlI82xb5loBBoXNYzr2ezCroPSMtilK8EZIfcNZwOcHN+ib1Lg=="
|
|
,"_from": "dot@1.1.3"
|
|
} |