-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.17 KB
/
package.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
{
"dependencies": {
"babel-core": "^6.26.3",
"babelify": "^5.0.4",
"bootstrap": "^3.4.0",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-tagsinput": "^0.7.1",
"brfs": "^1.6.1",
"broccoli": "^0.15.0",
"broccoli-cli": "^1.0.0",
"broccoli-concat": "0.0.13",
"broccoli-fast-browserify": "0.2.5",
"broccoli-funnel": "^0.2.2",
"broccoli-less-single": "^0.2.0",
"broccoli-merge-trees": "^0.2.1",
"broccoli-string-replace": "0.0.2",
"browserify": "^16.2.3",
"browserify-shim": "^3.8.3",
"jquery": "^3.0.0",
"jquery.cookie": "^1.4.1",
"knockout": "^3.3.0",
"knockout-es5": "^0.4.5",
"lodash": "^4.17.11",
"pagerjs": "^1.1.0",
"typeahead.js": "^0.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fsmi/odie-client.git"
},
"license": "MIT",
"browserify-shim": {
"./node_modules/bootstrap/js/dropdown.js": {
"depends": [
"jquery:jQuery"
]
},
"./node_modules/pagerjs/pager.js": {
"exports": "pager",
"depends": [
"jquery:$",
"knockout:ko"
]
}
},
"devDependencies": {
"babel-polyfill": "^6.26.0"
}
}