- Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
25 lines (25 loc) · 485 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 485 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "angular-filesystem",
"version": "0.1.1",
"author": "maciel310",
"description": "AngularJS Service implementation of the Web FileSystem API",
"contributors": [
{
"name": " maciel310"
}
],
"repository": {
"type": "git",
"url": "https://github.com/maciel310/angular-filesystem.git"
},
"keywords": [
"AngularJS",
"FileSystem",
"Service"
],
"analyze": false,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
}