-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
72 lines (72 loc) · 1.76 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "autokad",
"version": "1.6.0-SNAPSHOT",
"description": "autokad frontend",
"main": "*",
"ignore": [
".*",
"bin",
"data",
"test",
"tmp",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"requirejs": "2.1.16",
"requirejs-text": "2.0.*",
"require-css": "0.1.*",
"require-less": "0.1.*",
"jquery": "2.1.*",
"jquery.cookie": "1.4.*",
"angular": "1.3.*",
"angular-i18n": "1.3.*",
"ngInfiniteScroll": "1.2.1",
"purl": "2.3.*",
"moment": "2.8.*",
"nullpointer-i18n": "git://github.com/newpointer/i18n-js.git",
"nullpointer-commons": "git://github.com/newpointer/commons-js.git",
"bootstrap": "http://getbootstrap.com/2.3.2/assets/bootstrap.zip"
},
"devDependencies": {},
"exportsOverride": {
"requirejs": {
"": "require.js"
},
"requirejs-text": {
"": "text.js"
},
"require-less": {
"": "*.js"
},
"jquery": {
"": "dist/jquery.js"
},
"sizzle": {},
"angular-i18n": {
"": [
"angular-locale_ru.js",
"angular-locale_en.js"
]
},
"bootstrap": {
"css": "css/bootstrap.css"
},
"nullpointer-i18n": {
"": "i18n.js"
},
"nullpointer-commons": {
"lodash": "src/lodash",
"angular": "src/angular",
"nkb": "src/nkb",
"utils": "src/utils"
},
"blueimp-*": {}
},
"private": true,
"resolutions": {
"requirejs": "2.1.16",
"jquery": "2.1.*"
}
}