-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 920 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 920 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
{
"name": "edly-edx-themes",
"version": "0.0.7",
"description": "Handles the themes of edx-platform",
"main": "index.js",
"scripts": {
"test-js": "eslint .",
"fix-js": "eslint . --fix",
"test-sass": "sass-lint -v -q"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edly-io/edly-edx-themes.git"
},
"author": "edly-team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/edly-io/edly-edx-themes/issues"
},
"homepage": "https://github.com/edly-io/edly-edx-themes#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"sass-lint": "^1.13.1"
},
"dependencies": {
"progressbar.js": "^1.1.0"
}
}