-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 936 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
39
40
{
"name": "prefixes.scss",
"version": "0.2.0",
"description": "CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes.",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pandao/prefixes.scss.git"
},
"keywords": [
"prefixes.scss",
"prefixes",
"prefix",
"css3",
"css"
],
"author": "Pandao",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandao/prefixes.scss/issues"
},
"homepage": "https://github.com/pandao/prefixes.scss",
"devDependencies": {
"dateformatter": "^0.1.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.1",
"gulp-util": "^3.0.1"
}
}