react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / handlebars / package.json
80681 views{1"name": "handlebars",2"barename": "handlebars",3"version": "3.0.0",4"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",5"homepage": "http://www.handlebarsjs.com/",6"keywords": [7"handlebars",8"mustache",9"template",10"html"11],12"repository": {13"type": "git",14"url": "https://github.com/wycats/handlebars.js.git"15},16"author": {17"name": "Yehuda Katz"18},19"license": "MIT",20"engines": {21"node": ">=0.4.7"22},23"dependencies": {24"optimist": "^0.6.1",25"source-map": "^0.1.40",26"uglify-js": "~2.3"27},28"optionalDependencies": {29"uglify-js": "~2.3"30},31"devDependencies": {32"async": "^0.9.0",33"aws-sdk": "~1.5.0",34"benchmark": "~1.0",35"dustjs-linkedin": "^2.0.2",36"eco": "~1.1.0-rc-3",37"es6-module-packager": "^2.0.0",38"grunt": "~0.4.1",39"grunt-cli": "~0.1.10",40"grunt-contrib-clean": "0.x",41"grunt-contrib-concat": "0.x",42"grunt-contrib-connect": "0.x",43"grunt-contrib-copy": "0.x",44"grunt-contrib-jshint": "0.x",45"grunt-contrib-requirejs": "0.x",46"grunt-contrib-uglify": "0.x",47"grunt-contrib-watch": "0.x",48"grunt-saucelabs": "8.x",49"istanbul": "^0.3.0",50"jison": "~0.3.0",51"keen.io": "0.0.3",52"mocha": "~1.20.0",53"mustache": "0.x",54"semver": "^4.0.0",55"underscore": "^1.5.1"56},57"main": "lib/index.js",58"bin": {59"handlebars": "bin/handlebars"60},61"scripts": {62"test": "grunt"63},64"jspm": {65"main": "handlebars",66"directories": {67"lib": "dist/amd"68},69"buildConfig": {70"minify": true71}72},73"gitHead": "0099e16a01bae4789c3560e2a658fdd7fecc9e12",74"bugs": {75"url": "https://github.com/wycats/handlebars.js/issues"76},77"_id": "[email protected]",78"_shasum": "7f4e537f4dd6992869d66c01b7505eba3561a5d5",79"_from": "[email protected]",80"_npmVersion": "1.4.28",81"_npmUser": {82"name": "kpdecker",83"email": "[email protected]"84},85"maintainers": [86{87"name": "kpdecker",88"email": "[email protected]"89}90],91"dist": {92"shasum": "7f4e537f4dd6992869d66c01b7505eba3561a5d5",93"tarball": "http://registry.npmjs.org/handlebars/-/handlebars-3.0.0.tgz"94},95"directories": {},96"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-3.0.0.tgz"97}9899100