-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
53 lines (53 loc) · 1.27 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
{
"name": "nullpointer-commons",
"version": "1.0.0-SNAPSHOT",
"description": "Common JS",
"keywords": [],
"main": "",
"ignore": [
".*",
"bower_components",
"lib",
"node_modules",
"test",
"tmp",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"requirejs": "*",
"requirejs-text": "*",
"jquery": "*",
"jquery.cookie": "*",
"lodash-compat": "3.*",
"underscore.string": "3.*",
"session.js": "*",
"purl": "*",
"nullpointer-i18n": "git://github.com/newpointer/i18n-js.git",
"date.format": "git://gist.github.com/1835694.git",
"iso8601": "git://github.com/csnover/js-iso8601.git"
},
"devDependencies": {},
"exportsOverride": {
"requirejs": {
"": "require.js"
},
"jquery": {
"": "dist/jquery.js"
},
"session.js": {
"": "session.js"
},
"lodash-compat": {
"../../src/lodash": "lodash.js"
},
"underscore.string": {
"../../src/lodash": "dist/underscore.string.js"
},
"iso8601": {
"": "iso8601.js"
}
},
"private": true
}