scoped
Version:
command line tool exposing lexical-scope
35 lines (34 loc) • 704 B
JSON
{
"name": "scoped",
"version": "3.0.2",
"description": "command line tool exposing lexical-scope",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"bin": {
"scoped": "./bin/scoped"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/scoped.git"
},
"keywords": [
"detect",
"scopes"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"dependencies": {
"optimist": "~0.3.5",
"process": "~0.5.1",
"cssauron-falafel": "1.2.1",
"falafel": "^1.0.1",
"ansicolors": "~0.2.1",
"concat-stream": "~1.0.0"
},
"devDependencies": {
"tape": "~1.0.4",
"jsl": "0.0.5"
}
}