This repository has been archived by the owner on May 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update deps * update docs and history
- Loading branch information
Showing
3 changed files
with
63 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"name": "locator", | ||
"description": "gives semantic meaning to filesystem paths", | ||
"version": "1.0.0-rc-1", | ||
"homepage": "https://github.com/yahoo/locator", | ||
"keywords": [ | ||
"filesystem", | ||
"fs", | ||
"mojito", | ||
"modown" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yahoo/locator.git" | ||
}, | ||
|
||
"author": "Drew Folta <[email protected]>", | ||
"contributors": [ | ||
"Isao Yagi <isao@yahoo-inc.com>", | ||
"Michael Ridgway <mridgway@yahoo-inc.com>", | ||
"Caridy Patino <caridy@yahoo-inc.com> (http://github.com/caridy)", | ||
"alberto chan <[email protected]>" | ||
], | ||
"license": "BSD", | ||
|
||
"main": "lib/bundleLocator.js", | ||
"files": ["lib/"], | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"engines": { | ||
"node": ">0.8", | ||
"npm": ">1.0" | ||
}, | ||
"dependencies": { | ||
"walk": "^2.3.1", | ||
"semver": "^1.1.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "~1.6.1", | ||
"istanbul": "*", | ||
"jshint": "~0.9.0", | ||
"mocha": "*", | ||
"xunit-file": "*", | ||
"yui-lint": "~0.1.3" | ||
}, | ||
"scripts": { | ||
"cover": "istanbul cover -- _mocha tests/lib/ --reporter spec", | ||
"lint": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/", | ||
"pretest": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/", | ||
"test": "_mocha tests/lib/ --reporter spec" | ||
} | ||
"name": "locator", | ||
"description": "gives semantic meaning to filesystem paths", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/yahoo/locator", | ||
"keywords": [ | ||
"filesystem", | ||
"fs", | ||
"mojito", | ||
"modown" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yahoo/locator.git" | ||
}, | ||
"author": "Drew Folta <[email protected]>", | ||
"contributors": [ | ||
"Isao Yagi <[email protected]>", | ||
"Michael Ridgway <mridgway@yahoo-inc.com>", | ||
"Caridy Patino <caridy@yahoo-inc.com> (http://github.com/caridy)", | ||
"alberto chan <albertoc@yahoo-inc.com>" | ||
], | ||
"license": "BSD", | ||
"main": "lib/bundleLocator.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"engines": { | ||
"node": ">0.8", | ||
"npm": ">1.0" | ||
}, | ||
"dependencies": { | ||
"walk": "^2.3.1", | ||
"semver": "^1.1.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"istanbul": "*", | ||
"jshint": "^2.5.3", | ||
"mocha": "*", | ||
"xunit-file": "*", | ||
"yui-lint": "^0.2.0" | ||
}, | ||
"scripts": { | ||
"cover": "istanbul cover -- _mocha tests/lib/ --reporter spec", | ||
"lint": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/", | ||
"pretest": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/", | ||
"test": "_mocha tests/lib/ --reporter spec" | ||
} | ||
} |