UNPKG

1.34 kBJSONView Raw
1{
2 "name": "locator",
3 "description": "gives semantic meaning to filesystem paths",
4 "version": "1.2.0",
5 "homepage": "https://github.com/yahoo/locator",
6 "keywords": [
7 "filesystem",
8 "fs",
9 "mojito",
10 "modown"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/yahoo/locator.git"
15 },
16 "author": "Drew Folta <folta@yahoo-inc.com>",
17 "contributors": [
18 "Isao Yagi <isao@yahoo-inc.com>",
19 "Michael Ridgway <mridgway@yahoo-inc.com>",
20 "Caridy Patino <caridy@yahoo-inc.com> (http://github.com/caridy)",
21 "alberto chan <albertoc@yahoo-inc.com>"
22 ],
23 "license": "BSD",
24 "main": "lib/bundleLocator.js",
25 "files": [
26 "lib/"
27 ],
28 "directories": {
29 "lib": "./lib"
30 },
31 "engines": {
32 "node": ">0.8",
33 "npm": ">1.0"
34 },
35 "dependencies": {
36 "debug": "^2.0.0",
37 "semver": "^5.3.0",
38 "walk": "^2.3.1"
39 },
40 "devDependencies": {
41 "chai": "^1.9.1",
42 "istanbul": "*",
43 "jshint": "^2.5.3",
44 "mocha": "*",
45 "xunit-file": "*",
46 "yui-lint": "^0.2.0"
47 },
48 "scripts": {
49 "cover": "istanbul cover -- _mocha tests/lib/ --reporter spec",
50 "lint": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/",
51 "pretest": "jshint --config node_modules/yui-lint/jshint.json lib/ tests/lib/",
52 "test": "_mocha tests/lib/ --reporter spec"
53 }
54}