-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 746 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 746 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
34
35
36
37
38
{
"name": "angular-local-json-generator",
"version": "0.0.7",
"authors": [
"athr <atanaschristov@gmail.com>"
],
"description": "angular service generating json data locally according to a given data model",
"main": "dist/json-generator.js",
"moduleType": [
"globals"
],
"keywords": [
"generate",
"json",
"data",
"generator",
"local",
"angular",
"service"
],
"license": "MIT",
"homepage": "http://startupcommando.com/",
"ignore": [
"**/.*",
"src",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {
"angular": "~1.3.13",
"angular-mocks": "~1.3.13",
"lodash": "~3.2.0",
"moment": "~2.9.0"
}
}