filesnap 0.3.0-darwin-x64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "filesnap",
3
+ "version": "0.3.0-darwin-x64",
4
+ "description": "Git-free file snapshots and rewind — put a directory back the way it was, without a repository and without touching your version control. (darwin-x64 binary)",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "license": "Apache-2.0",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/extracurricular-ai/filesnap.git"
15
+ },
16
+ "homepage": "https://github.com/extracurricular-ai/filesnap",
17
+ "files": [
18
+ "vendor/"
19
+ ]
20
+ }