-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 796 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 796 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
{
"name": "edx-theme",
"private": true,
"description": "Open edX theme for IONISx",
"repository": {
"type": "git",
"url": "git://github.com/IONISx/edx-theme.git"
},
"scripts": {
"test": "grunt test"
},
"license": "AGPL",
"bugs": {
"url": "https://github.com/IONISx/edx-theme/issues"
},
"homepage": "https://github.com/IONISx/edx-theme",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-copy": "0.8.0",
"grunt-autoprefixer": "3.0.0",
"grunt-bless": "0.2.0",
"grunt-jscs": "1.6.0",
"time-grunt": "1.1.1",
"load-grunt-tasks": "3.1.0"
}
}