-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 859 Bytes
/
bower.json
File metadata and controls
47 lines (47 loc) · 859 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
39
40
41
42
43
44
45
46
47
{
"name": "angular-formus",
"description": "Form generator for AngularJS",
"version": "0.0.6",
"license": "MIT",
"keywords": [
"angular",
"form",
"generator",
"json"
],
"main": "dist/formus.js",
"authors": [
{
"name": "Dmytro Karpovych",
"email": "karpovych.d@gmail.com"
},
{
"name": "Serhiy Vinichuk",
"email": "serhiyvinichuk@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/NullRefExcep/AngularFormus.git"
},
"ignore": [
"app",
"tests",
".bowerrc",
".gitignore",
".jshintrc",
"bower.json",
"gulpfile.js",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {
"angular": "^1.3",
"bootstrap": "~3.0.3",
"lodash": "2.4.1"
},
"devDependencies": {
"angular-mocks": "~1.3.1"
}
}