-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
39
40
41
42
43
44
{
"name": "@centerforopenscience/osf-style",
"version": "1.9.0",
"description": "OSF Style Guide",
"main": "css/base.css",
"style": "css/base.css",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-base64": "^0.1.3",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/CenterForOpenScience/osf-style.git"
},
"keywords": [
"OSF",
"style",
"guide",
"CSS",
"HTML"
],
"author": "Caner Uguz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CenterForOpenScience/osf-style/issues"
},
"homepage": "https://github.com/CenterForOpenScience/osf-style"
}