-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 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
{
"name": "equella_theme",
"version": "1.0.0",
"description": "VAULT theme",
"scripts": {
"build": "grunt build",
"dev": "grunt build && open http://vault-test.cca.edu/access/themesettings.do",
"sass": "sass --style compressed --no-source-map --quiet css/customer.scss > dist/css/customer.css",
"start": "grunt build && open https://vault.cca.edu/access/themesettings.do",
"test": "grunt sasslint"
},
"repository": {
"type": "git",
"url": "git://github.com/cca/equella_theme"
},
"author": "phette23 <[email protected]> (http://phette.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cca/equella_theme/issues"
},
"homepage": "https://github.com/cca/equella_theme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-open": "^0.2.4",
"grunt-sass": "^3.1.0",
"grunt-sass-lint": "^0.2.4",
"load-grunt-tasks": "^5.1.0",
"sass": "^1.83.1"
}
}