-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 913 Bytes
/
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
{
"name": "clean",
"version": "0.1.0",
"description": "Clean Theme for OJS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idiazroncero/ojs-clean-theme.git"
},
"keywords": [
"OJS",
"theme"
],
"author": "Ignacio Díaz-Roncero",
"license": "",
"bugs": {
"url": "https://github.com/idiazroncero/ojs-clean-theme/issues"
},
"homepage": "https://github.com/idiazroncero/ojs-clean-theme#readme",
"devDependencies": {
"autoprefixer": "^6.7.2",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.0",
"ritmo": "^0.5.0",
"stylelint": "^7.8.0"
},
"dependencies": {
"okaynav": "^2.0.2"
}
}