blob: 10ac8743602466770f6397cba1652d93772092c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "angular-uuid",
"version": "0.1.0",
"main": "uuid.min.js",
"dependencies": {
"angular": "~1.0.7"
},
"ignore": [
"**/.*",
"node_modules",
"components"
]
}
|