glimmer-analyzer
Version:
Statically analyzes Handlebars templates and components for dependency trees and other information.
50 lines (49 loc) • 1.26 kB
JSON
{
"name": "glimmer-analyzer",
"version": "0.3.3",
"description": "Statically analyzes Handlebars templates and components for dependency trees and other information.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha",
"prepare": "npm run build",
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomdale/glimmer-analyzer.git"
},
"keywords": [
"glimmer",
"static",
"analysis",
"handlebars"
],
"author": "Tom Dale <tom@tomdale.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomdale/glimmer-analyzer/issues"
},
"homepage": "https://github.com/tomdale/glimmer-analyzer#readme",
"devDependencies": {
"@glimmer/compiler": "^0.34.2",
"@types/chai": "^3.5.2",
"@types/debug": "^0.0.30",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.18",
"chai": "^3.5.0",
"mocha": "^3.4.1",
"ts-node": "^5.0.1",
"typescript": "~2.4.0"
},
"dependencies": {
"@glimmer/resolution-map-builder": "^0.4.0",
"@glimmer/resolver": "^0.3.0",
"@glimmer/syntax": "^0.34.2",
"debug": "^3.1.0",
"simple-html-tokenizer": "^0.5.1"
}
}