-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (43 loc) · 861 Bytes
/
bower.json
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
{
"name": "YourUIProject",
"version": "0.0.1",
"private": true,
"ignore": [
"**/.*",
"_hooks",
"bootstrap.sh",
"bower.json",
"bower_components",
"coffeelint.json",
"config",
"Gulpfile.coffee",
"Gulpfile.js",
"node_modules",
"package.json",
"readme.md",
"reports",
"runner",
"server",
"server.coffee",
"src",
"test",
"tests",
"util",
"Vagrantfile",
"vendor"
],
"devDependencies": {
"angular": "1.3.15",
"angular-animate": "1.3.15",
"angular-cookies": "1.3.15",
"angular-mocks": "1.3.15",
"angular-route": "1.3.15",
"angular-scenario": "1.3.15",
"angular-touch": "1.3.15",
"jquery": "~2.1.3",
"modularized-normalize-scss": "3.0.2",
"showdown": "~0.3.4",
"underscore": "~1.8.2",
"underscore.string": "~3.0.3"
}
}