-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.84 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
72
73
74
75
76
77
{
"name": "decent-scss",
"version": "2.1.4",
"description": "A functional CSS, f(css), framework for building anything on the web – works best with modular development",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build",
"prepublish": "brunch build",
"karma": "karma start",
"mocha": "mocha test/decent",
"test": "brunch build && npm run mocha && npm run karma"
},
"pre-push": [
"test"
],
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"brunch": "^2.10.9",
"chai": "^3.5.0",
"css-loader": "^0.28.0",
"karma": "^1.6.0",
"karma-browserify": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"pre-push": "^0.1.1",
"sass-brunch": "^2.10.4",
"sass-lint-brunch": "^1.1.0",
"style-loader": "^0.16.1",
"stylelint-config-standard": "^6.0.0",
"watchify": "^3.9.0",
"webpack": "^2.4.1"
},
"contributors": [
{
"name": "Chris Griffith",
"email": "[email protected]",
"url": "http://chrisgriffith.co"
},
{
"name": "Sean Washington",
"email": "[email protected]",
"url": "http://seanwash.com"
}
],
"keywords": [
"css",
"scss",
"functional",
"utility",
"oocss",
"framework",
"atomic"
],
"repository": {
"type": "git",
"url": "https://github.com/decent-scss/decent"
},
"bugs": {
"url": "https://github.com/decent-scss/decent/issues"
},
"license": {
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
},
"dependencies": {
"assert": "^1.4.1",
"cssstats": "^3.0.0",
"fs": "0.0.1-security",
"path": "^0.12.7"
}
}