forked from uuidjs/uuid
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 744 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 744 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
26
27
28
29
30
31
32
33
{
"name": "angular-uuid",
"title": "angular-uuid",
"description": "An AngularJS wrapper for a rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"version": "0.0.4",
"homepage": "https://github.com/munkychop/angular-uuid",
"author": {
"name": "Ivan Hayes",
"url": "http://www.ivanhayes.com"
},
"main": "angular-uuid.js",
"repository": {
"type": "git",
"url": "git://github.com/munkychop/angular-uuid.git"
},
"keywords": [
"angular",
"angularjs",
"angular-uuid",
"uuid",
"guid",
"rfc4122",
"javascript",
"library"
],
"private": false,
"licenses": [
{
"type": "MIT",
"url": "https://github.com/munkychop/angular-uuid/blob/master/LICENSE"
}
]
}