-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 925 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
41
{
"name": "sass-lib",
"version": "0.1.0",
"description": "Open source library for SASS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bastly/sass-lib.git"
},
"keywords": [
"sass",
"scss",
"library",
"css",
"mixins"
],
"author": {
"name": "bastly",
"url": "http://bastly.com"
},
"main": "stylesheets/_sass-lib.scss",
"license": "AGPL",
"bugs": {
"url": "https://github.com/bastly/sass-lib/issues"
},
"homepage": "https://github.com/bastly/sass-lib",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.9.0",
"gulp-mocha": "^2.0.1",
"gulp-plumber": "^1.0.0",
"gulp-scss-lint": "^0.1.11",
"jshint-stylish": "^1.0.1",
"node-sass": "^2.1.1",
"should": "^5.2.0"
}
}