-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 694 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 694 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
{
"name": "pixel-pattern-generator",
"version": "0.1.0",
"homepage": "https://ertrzyiks.github.io/pixel-pattern-generator",
"authors": [
"Mateusz Derks <mateusz.derks@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
".jscsrc",
".jshintrc",
"node_modules",
"bower_components",
"spec",
"src",
"docs",
"tasks"
],
"devDependencies": {
"less-1.7.5": "less#1.7.5",
"less-2.0.0": "less#2.0.0",
"angular-material": "~0.7.0",
"jasmine-jquery": "~2.0.5",
"jquery": "~1.10.2",
"es5-shim": "~4.0.5",
"jasmine-jsreporter": "~0.1.2",
"angulartics": "~0.17.1"
},
"resolutions": {
"jquery": "~1.10.2"
}
}