blob: 125b0615b1ae902bede45c9b562a3a0137a7aa50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "angular-uuid",
"version": "0.1.0",
"main": "uuid.min.js",
"dependencies": {
"angular": "~1.0.7"
},
"ignore": [
"**/.*",
"node_modules",
"components"
],
"homepage": "https://github.com/ajsd/angular-uuid",
"_release": "0.1.0",
"_resolution": {
"type": "version",
"tag": "0.1.0",
"commit": "33d501b80d3de01710a100061d47632021108b8d"
},
"_source": "https://github.com/ajsd/angular-uuid.git",
"_target": "^0.1.0",
"_originalSource": "angular-uuid"
}
|