-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "spotcss",
"version": "2.2.22",
"description": "SPOT CSS Framework { Single Place Of Truth Methodology }",
"main": "index.scss",
"scripts": {
"test": "gulp test",
"test:watch": "gulp test:watch",
"test:sync": "gulp test:sync",
"publish": "npm publish --access public",
"doc": "sassdoc src/*.scss -d doc/ && start ./doc/index.html",
"doc:build": "sassdoc src/*.scss -d doc/",
"doc:view": "start ./doc/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seyd/spot-css.git"
},
"files": [
"LICENSE",
"README.md",
"_index.scss",
"src/"
],
"keywords": [
"spot",
"single place of truth",
"css",
"spotcss",
"scss",
"sass",
"framework",
"methodology",
"method",
"architecture",
"approach",
"responsive",
"frontend",
"front-end",
"refactor",
"component based",
"utility-last approach",
"styling",
"web",
"css framework",
"sass framework",
"scss framework"
],
"author": "Johnny Seyd ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/seyd/spot-css/issues"
},
"homepage": "https://www.spotcss.io",
"dependencies": {},
"devDependencies": {
"cli-color": "^2.0.0",
"del": "^5.1.0",
"diff": ">=3.5.0",
"event-stream": "^4.0.1",
"file-exists": "^5.0.1",
"gulp": "^4.0.2",
"gulp-diff": "^1.0.0",
"gulp-flatmap": "^1.0.2",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"lodash.template": ">=4.5.0",
"node-sass": "^7.0.0",
"sass": "^1.43.2"
}
}