-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "swarm-sasstools",
"version": "0.0.0",
"description": "Sass tools module of the Swarm Design System",
"directories": {
"doc": "sassdoc/",
"dist": "scss/"
},
"repository": {
"type": "git",
"url": "git://github.com/meetup/swarm-sasstools.git"
},
"author": "adamd@meetup.com",
"license": {
"type": "MIT",
"url": "https://github.com/meetup/swarm-sasstools/blob/master/LICENSE"
},
"scripts": {
"build": "grunt",
"publish-docs": "grunt ghpages",
"test": "echo no tests found",
"stylelint": "stylelint scss/**/*.scss --syntax scss",
"lint:prettier": "prettier -l scss/**/*.scss"
},
"dependencies": {
"sass-rem": "^1.2.4"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "2.1.0",
"gh-pages": "1.0.0",
"grunt": "1.0.1",
"grunt-browser-sync": "2.2.0",
"grunt-cli": "",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "1.0.0",
"grunt-gh-pages": "0.9.1",
"grunt-preprocess": "5.1.0",
"grunt-sassdoc": "2.0.2",
"meetup-web-components": "^5.0.2373",
"mwp-config": "16.0.2422",
"node-sass": "4.8.1",
"sass-loader": "7.3.1",
"sassdoc-theme-flippant": "0.1.0",
"seldon": "0.4.4",
"swarm-animation": "^0.0.95",
"swarm-constants": "2.2.122",
"webpack": "2.2.1"
},
"bugs": {
"url": "https://github.com/meetup/swarm-sassdoc/issues"
}
}