kitchensink
Version:
Dispatch's awesome components and style guide
109 lines (108 loc) • 2.95 kB
JSON
{
"_args": [
[
"blueimp-tmpl@^2.5.5",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/html-webpack-plugin"
]
],
"_from": "blueimp-tmpl@>=2.5.5 <3.0.0",
"_id": "blueimp-tmpl@2.5.7",
"_inCache": true,
"_installable": true,
"_location": "/blueimp-tmpl",
"_nodeVersion": "5.2.0",
"_npmUser": {
"email": "mail@blueimp.net",
"name": "blueimp"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "blueimp-tmpl",
"raw": "blueimp-tmpl@^2.5.5",
"rawSpec": "^2.5.5",
"scope": null,
"spec": ">=2.5.5 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-2.5.7.tgz",
"_shasum": "33fb12c139d65512ae40afbd8e2def8d9db96490",
"_shrinkwrap": null,
"_spec": "blueimp-tmpl@^2.5.5",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/html-webpack-plugin",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"bin": {
"tmpl.js": "js/compile.js"
},
"bugs": {
"url": "https://github.com/blueimp/JavaScript-Templates/issues"
},
"dependencies": {},
"description": "< 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.",
"devDependencies": {
"expect.js": "0.3.1",
"jshint": "2.8.0",
"mocha": "2.3.4",
"uglify-js": "2.6.1"
},
"directories": {},
"dist": {
"shasum": "33fb12c139d65512ae40afbd8e2def8d9db96490",
"tarball": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-2.5.7.tgz"
},
"gitHead": "6524a056078685a589a2264e2f9186fede8d8a0b",
"homepage": "https://github.com/blueimp/JavaScript-Templates",
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": true,
"strict": true,
"undef": true,
"unused": true
},
"keywords": [
"javascript",
"templates",
"templating"
],
"license": "MIT",
"main": "js/tmpl.js",
"maintainers": [
{
"name": "blueimp",
"email": "sebastian.tschan@gmail.com"
}
],
"name": "blueimp-tmpl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/blueimp/JavaScript-Templates.git"
},
"scripts": {
"build": "uglifyjs js/tmpl.js -c -m > js/tmpl.min.js",
"postversion": "git push origin master --tags && npm publish",
"preversion": "npm test",
"test": "jshint js test && mocha",
"version": "npm run build && git add -A js"
},
"title": "JavaScript Templates",
"version": "2.5.7"
}