-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "overview-multi-search",
"version": "1.0.4",
"description": "Saves and organizes searches within an Overview document set",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/overviewproject/overview-multi-search.git"
},
"author": "Adam Hooper <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/overviewproject/overview-multi-search/issues"
},
"homepage": "https://github.com/overviewproject/overview-multi-search",
"devDependencies": {
"backbone": "^1.1.2",
"backbone.marionette": "^3.5.1",
"base64-inline-loader": "^1.1.1",
"chai": "^4.1.2",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.2.4",
"css-loader": "^0.28.11",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^3.2.0",
"in-memory-website": "0.0.7",
"jquery": "^3.3.1",
"less": "^3.0.2",
"mini-css-extract-plugin": "^0.4.0",
"mocha": "^5.1.1",
"node-sass": "^4.9.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.0.1",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"dependencies": {}
}