- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
27 lines (27 loc) · 486 Bytes
/
Copy pathbower.json
File metadata and controls
27 lines (27 loc) · 486 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
{
"name": "angular-random-string",
"description": "Angular service that generates a random alphanumeric string certain length.",
"version": "0.1.0",
"private": false,
"license": "MIT",
"main": "src/angular-random-string.js",
"keywords": [
"angular",
"string",
"random",
"alphanumeric"
],
"ignore": [
"**/.*",
"node_modules",
"lib",
"test/",
"package.json"
],
"dependencies": {
"angular": "1.3.x"
},
"devDependencies": {
"angular-mocks": "~1.3.x"
}
}