ember-material-icons
Version:
Google Material icons for your ember-cli app
33 lines (32 loc) • 613 B
JSON
{
"name": "detective",
"description": "find all require() calls by walking the AST",
"version": "4.5.0",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-detective.git"
},
"main": "index.js",
"keywords": [
"require",
"source",
"analyze",
"ast"
],
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"acorn": "^4.0.3",
"defined": "^1.0.0"
},
"devDependencies": {
"tap": "^5.7.1"
},
"license": "MIT",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
}
}