forked from nusmodifications/nusmods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 4.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "nusmods",
"version": "0.3.0",
"description": "NUS CORS Module Finder & Timetable Builder (Unofficial)",
"homepage": "https://github.com/nusmodifications/nusmods",
"author": {
"name": "Eu Beng Hee",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/nusmodifications/nusmods.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nusmodifications/nusmods/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"backbone": "~1.1.2",
"backbone.babysitter": "~0.1.6",
"backbone.marionette": "~2.4.1",
"backbone.select": "~1.3.0",
"backbone.wreqr": "~1.3.1",
"bluebird": "~2.9.25",
"d3": "~3.5.5",
"fastclick": "~1.0.6",
"jquery": "~2.1.4",
"marked": "~0.3.3",
"moment": "~2.10.3",
"mousetrap": "~1.5.2",
"qs": "~2.4.2",
"raven-js": "~1.1.18",
"spin.js": "~2.1.0",
"underscore": "~1.8.3",
"zeroclipboard": "~2.2.0"
},
"devDependencies": {
"browserify": "~10.2.0",
"browserify-shim": "~3.8.6",
"connect-modrewrite": "~0.8.1",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.0",
"grunt-browserify": "~3.8.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.3",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-htmlmin": "~0.4.0",
"grunt-contrib-imagemin": "~0.9.4",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~0.4.12",
"grunt-newer": "~1.1.0",
"grunt-rev": "~0.1.0",
"grunt-rsync": "~0.6.2",
"grunt-svgmin": "~2.0.1",
"grunt-usemin": "~3.0.0",
"handlebars": "~3.0.3",
"hbsfy": "~2.2.1",
"jshint-stylish": "~1.0.2",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.2.0"
},
"engines": {
"node": ">=0.8.0"
},
"private": true,
"browserify": {
"transform": [
"browserify-shim",
"hbsfy"
]
},
"browser": {
"bootstrap/affix": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/affix.js",
"bootstrap/alert": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/alert.js",
"bootstrap/button": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/button.js",
"bootstrap/collapse": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse.js",
"bootstrap/dropdown": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js",
"bootstrap/popover": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js",
"bootstrap/scrollspy": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy.js",
"bootstrap/tab": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js",
"bootstrap/tooltip": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip.js",
"bootstrap/transition": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/transition.js",
"jquery-ui-touch-punch": "./app/bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.js",
"jquery-ui/core": "./app/bower_components/jquery.ui/ui/core.js",
"jquery-ui/draggable": "./app/bower_components/jquery.ui/ui/draggable.js",
"jquery-ui/droppable": "./app/bower_components/jquery.ui/ui/droppable.js",
"jquery-ui/mouse": "./app/bower_components/jquery.ui/ui/mouse.js",
"jquery-ui/widget": "./app/bower_components/jquery.ui/ui/widget.js",
"jquery.fileDownload": "./app/bower_components/jquery-file-download/src/Scripts/jquery.fileDownload.js",
"localforage": "./app/bower_components/localforage/dist/localforage.nopromises.js",
"qTip2": "./app/bower_components/qtip2/jquery.qtip.js",
"select2": "./app/bower_components/select2/select2.js"
},
"browserify-shim": {
"bootstrap/collapse": {
"depends": [
"bootstrap/transition"
]
},
"bootstrap/transition": {
"depends": [
"jquery:jQuery"
]
},
"jquery-ui/draggable": {
"depends": [
"jquery-ui/core",
"jquery-ui/mouse",
"jquery-ui/widget"
]
},
"jquery-ui/droppable": {
"depends": [
"jquery-ui/core",
"jquery-ui/widget",
"jquery-ui/mouse",
"jquery-ui/draggable"
]
},
"jquery-ui/mouse": {
"depends": [
"jquery-ui/widget"
]
},
"jquery-ui-touch-punch": {
"depends": [
"jquery-ui/mouse"
]
},
"localforage": {
"exports": "localforage",
"depends": [
"bluebird:Promise"
]
}
}
}