]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "fs-plus", | |
3 | "version": "2.8.1", | |
4 | "description": "node's fs with more helpers", | |
5 | "main": "./lib/fs-plus.js", | |
6 | "scripts": { | |
7 | "prepublish": "grunt prepublish", | |
8 | "test": "grunt test" | |
9 | }, | |
10 | "repository": { | |
11 | "type": "git", | |
12 | "url": "git+https://github.com/atom/fs-plus.git" | |
13 | }, | |
14 | "bugs": { | |
15 | "url": "https://github.com/atom/fs-plus/issues" | |
16 | }, | |
17 | "homepage": "http://atom.github.io/fs-plus", | |
18 | "licenses": [ | |
19 | { | |
20 | "type": "MIT", | |
21 | "url": "http://github.com/atom/fs-plus/raw/master/LICENSE.md" | |
22 | } | |
23 | ], | |
24 | "keywords": [ | |
25 | "fs", | |
26 | "filesystem" | |
27 | ], | |
28 | "devDependencies": { | |
29 | "jasmine-focused": "1.x", | |
30 | "grunt-contrib-coffee": "~0.9.0", | |
31 | "grunt-cli": "~0.1.8", | |
32 | "grunt": "~0.4.1", | |
33 | "grunt-shell": "~0.2.2", | |
34 | "grunt-coffeelint": "0.0.6", | |
35 | "temp": "~0.8.1" | |
36 | }, | |
37 | "dependencies": { | |
38 | "underscore-plus": "1.x", | |
39 | "mkdirp": "~0.3.5", | |
40 | "rimraf": "~2.2.2", | |
41 | "async": "~0.2.9" | |
42 | }, | |
43 | "gitHead": "eb4915c02f09427b1bb002b886a9cfc34a262e1f", | |
44 | "_id": "fs-plus@2.8.1", | |
45 | "_shasum": "60bcae0d2066f4bb4726f23add525dada80630f6", | |
46 | "_from": "fs-plus@>=2.2.8 <3.0.0", | |
47 | "_npmVersion": "1.4.28", | |
48 | "_npmUser": { | |
49 | "name": "kevinsawicki", | |
50 | "email": "kevinsawicki@gmail.com" | |
51 | }, | |
52 | "maintainers": [ | |
53 | { | |
54 | "name": "kevinsawicki", | |
55 | "email": "kevinsawicki@gmail.com" | |
56 | }, | |
57 | { | |
58 | "name": "mcolyer", | |
59 | "email": "matt@colyer.name" | |
60 | }, | |
61 | { | |
62 | "name": "nathansobo", | |
63 | "email": "nathansobo@gmail.com" | |
64 | }, | |
65 | { | |
66 | "name": "benogle", | |
67 | "email": "ogle.ben@gmail.com" | |
68 | } | |
69 | ], | |
70 | "dist": { | |
71 | "shasum": "60bcae0d2066f4bb4726f23add525dada80630f6", | |
72 | "tarball": "http://registry.npmjs.org/fs-plus/-/fs-plus-2.8.1.tgz" | |
73 | }, | |
74 | "directories": {}, | |
75 | "_resolved": "https://registry.npmjs.org/fs-plus/-/fs-plus-2.8.1.tgz", | |
76 | "readme": "ERROR: No README data found!" | |
77 | } |