-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 871 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
{
"name": "shortcut.css",
"version": "0.0.5",
"description": "A light CSS library extra designed for quick and fast projects.",
"main": "index.js",
"scripts": {
"test": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brh55/shortcut.css.git"
},
"keywords": [
"CSS",
"Hackathons",
"Beginner",
"Friendly"
],
"author": "Brandon Him",
"license": "ISC",
"bugs": {
"url": "https://github.com/brh55/shortcut.css/issues"
},
"homepage": "https://github.com/brh55/shortcut.css#readme",
"devDependencies": {
"autoprefixer": "^6.0.3",
"cssnano": "^3.0.3",
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"postcss": "^5.0.5",
"postcss-each": "^0.7.0",
"postcss-reporter": "^1.2.1",
"precss": "^1.1.3",
"stylelint": "^1.1.0"
}
}