forked from thunderbird/addons-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) 路 726 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) 路 726 Bytes
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
{
"name": "addons-server",
"version": "0.0.17",
"private": true,
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"potools": "potools"
},
"dependencies": {
"addons-linter": "1.2.2",
"clean-css": "4.1.9",
"clean-css-cli": "4.1.11",
"jqmodal": "1.4.2",
"jquery": "3.3.1",
"jquery.browser": "0.1.0",
"jquery.cookie": "1.4.1",
"@claviska/jquery-minicolors": "2.2.6",
"jquery-pjax": "2.0.1",
"jquery-ui": "1.12.1",
"jszip": "3.1.4",
"less": "3.0.4",
"source-map": "0.7.3",
"raven-js": "3.26.3",
"timeago": "1.6.2",
"uglify-js": "3.4.3",
"underscore": "1.9.1"
},
"devDependencies": {
"potools": "0.2.0"
}
}