wallet-core/node_modules/handlebars/package.json

88 lines
1.9 KiB
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"name": "handlebars",
"barename": "handlebars",
2018-09-20 02:56:13 +02:00
"version": "4.0.12",
2017-05-03 15:35:00 +02:00
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
"handlebars",
"mustache",
"template",
"html"
],
"repository": {
"type": "git",
"url": "https://github.com/wycats/handlebars.js.git"
},
"author": "Yehuda Katz",
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
2018-09-20 02:56:13 +02:00
"async": "^2.5.0",
2017-05-03 15:35:00 +02:00
"optimist": "^0.6.1",
2018-09-20 02:56:13 +02:00
"source-map": "^0.6.1"
2017-05-03 15:35:00 +02:00
},
"optionalDependencies": {
2018-09-20 02:56:13 +02:00
"uglify-js": "^3.1.4"
2017-05-03 15:35:00 +02:00
},
"devDependencies": {
"aws-sdk": "^2.1.49",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.10",
"benchmark": "~1.0",
"dustjs-linkedin": "^2.0.2",
"eco": "~1.1.0-rc-3",
2018-09-20 02:56:13 +02:00
"grunt": "^1.0.3",
2017-05-03 15:35:00 +02:00
"grunt-babel": "^5.0.0",
2018-09-20 02:56:13 +02:00
"grunt-cli": "^1",
"grunt-contrib-clean": "^1",
"grunt-contrib-concat": "^1",
"grunt-contrib-connect": "^1",
"grunt-contrib-copy": "^1",
"grunt-contrib-requirejs": "^1",
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^20.1.0",
2017-05-03 15:35:00 +02:00
"grunt-saucelabs": "8.x",
"grunt-webpack": "^1.0.8",
"istanbul": "^0.3.0",
"jison": "~0.3.0",
2018-09-20 02:56:13 +02:00
"mocha": "^5",
2017-05-03 15:35:00 +02:00
"mock-stdin": "^0.3.0",
"mustache": "^2.1.3",
"semver": "^5.0.1",
"underscore": "^1.5.1",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
},
"main": "lib/index.js",
"bin": {
"handlebars": "bin/handlebars"
},
"scripts": {
"test": "grunt"
},
"jspm": {
"main": "handlebars",
"directories": {
"lib": "dist/amd"
},
"buildConfig": {
"minify": true
}
2018-09-20 02:56:13 +02:00
},
"files": [
"bin",
"dist/*.js",
"dist/amd/**/*.js",
"dist/cjs/**/*.js",
"lib",
"print-script",
"release-notes.md",
"runtime.js"
]
2017-05-03 15:35:00 +02:00
}