forked from yocontra/windows_98.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 688 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 688 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
{
"name": "windows_98.css",
"version": "0.0.1",
"description": "A CSS library for creating Windows 98 style UI elements",
"homepage": "http://github.com/contra/windows_98.css",
"repository": {
"type": "git",
"url": "git://github.com/contra/windows_98.css"
},
"author": {
"name": "Eric Schoffstall"
},
"main": "dist/win98.css",
"files": [
"dist/win98.css"
],
"keywords": ["Windows 98", "Windows", "CSS"],
"devDependencies": {
"autoprefixer-stylus": "^0.3.0",
"gulp": "^3.8.7",
"gulp-csso": "^0.2.9",
"gulp-gh-pages": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.0",
"nib": "^1.0.3"
},
"license": "MIT"
}