-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
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
41
42
43
{
"name": "polygoncss",
"version": "1.0.1-alpha",
"description": "Structured for a project based in ITCSS: Scalable and maintainable CSS architecture and BEM (BEMIT) methodology.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "4.0.1",
"specificity-graph": "^0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp default",
"graph": "specificity-graph dist/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klaufel/polygoncss.git"
},
"keywords": [
"itcss",
"framework",
"css",
"sass",
"scss",
"bem",
"bemit"
],
"author": "Juan Carlos Ruiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/klaufel/polygoncss/issues"
},
"homepage": "https://github.com/klaufel/polygoncss#readme"
}